Home
last modified time | relevance | path

Searched refs:responseArray (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp6154 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()
6482 msgIndex = context->responseArray->getCount(); in pmTellClientWithResponse()
6522 context->responseArray->setObject(msgIndex, replied); in pmTellClientWithResponse()
6564 context->responseArray->setObject(msgIndex, replied); in pmTellClientWithResponse()
6632 msgIndex = context->responseArray->getCount(); in pmTellCapabilityAppWithResponse()
6672 context->responseArray->setObject(msgIndex, num); in pmTellCapabilityAppWithResponse()
6718 msgIndex = context->responseArray->getCount(); in pmTellCapabilityClientWithResponse()
[all …]
H A DIOServicePMPrivate.h559 OSArray * responseArray; member