Lines Matching refs:responseArray

6080 		    (flag = context->responseArray->getObject(clientIndex)) &&  in logAppTimeouts()
6115 …bool timeout = (flag = context->responseArray->getObject(clientIndex)) && (flag != kOSBooleanTrue); in logClientTimeouts()
6154 context.responseArray = fResponseArray; in cleanClientResponses()
6232 context.responseArray = fResponseArray; in tellClientsWithResponse()
6418 msgIndex = context->responseArray->getCount(); in pmTellAppWithResponse()
6431 context->responseArray->setObject(msgIndex, num); in pmTellAppWithResponse()
6434 context->responseArray->setObject(msgIndex, kOSBooleanFalse); in pmTellAppWithResponse()
6437 context->responseArray->setObject(msgIndex, kOSBooleanTrue); in pmTellAppWithResponse()
6482 msgIndex = context->responseArray->getCount(); in pmTellClientWithResponse()
6522 context->responseArray->setObject(msgIndex, replied); in pmTellClientWithResponse()
6545 context->responseArray->setObject(msgIndex, ackState); in pmTellClientWithResponse()
6548 context->responseArray->setObject(msgIndex, replied); in pmTellClientWithResponse()
6564 context->responseArray->setObject(msgIndex, replied); in pmTellClientWithResponse()
6632 msgIndex = context->responseArray->getCount(); in pmTellCapabilityAppWithResponse()
6663 context->responseArray->setObject(msgIndex, kOSBooleanTrue); in pmTellCapabilityAppWithResponse()
6672 context->responseArray->setObject(msgIndex, num); in pmTellCapabilityAppWithResponse()
6675 context->responseArray->setObject(msgIndex, kOSBooleanFalse); in pmTellCapabilityAppWithResponse()
6718 msgIndex = context->responseArray->getCount(); in pmTellCapabilityClientWithResponse()
6752 context->responseArray->setObject(msgIndex, replied); in pmTellCapabilityClientWithResponse()
6775 context->responseArray->setObject(msgIndex, ackState); in pmTellCapabilityClientWithResponse()
6778 context->responseArray->setObject(msgIndex, replied); in pmTellCapabilityClientWithResponse()
6794 context->responseArray->setObject(msgIndex, replied); in pmTellCapabilityClientWithResponse()