Home
last modified time | relevance | path

Searched refs:notifyType (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp6109 …isPriorityClient = (context->notifyType == kNotifyPriority) || (context->notifyType == kNotifyCapa… in logClientTimeouts()
6158 context.notifyType = fOutOfBandParameter; in cleanClientResponses()
6236 context.notifyType = fOutOfBandParameter; in tellClientsWithResponse()
6263 context.notifyType = kNotifyCapabilityChangeApps; in tellClientsWithResponse()
6267 context.notifyType = fOutOfBandParameter; in tellClientsWithResponse()
6296 context.notifyType = kNotifyCapabilityChangePriority; in tellClientsWithResponse()
6859 context.notifyType = kNotifyPriority; in tellClients()
6863 context.notifyType = kNotifyApps; in tellClients()
H A DIOServicePMPrivate.h566 uint32_t notifyType; member
H A DIOPMrootDomain.cpp7122 if ((context->notifyType == kNotifyPriority) ||
7123 (context->notifyType == kNotifyCapabilityChangePriority)) {
7130 if (isCapPowerd && (context->notifyType == kNotifyCapabilityChangeApps)) {
7162 if ((context->notifyType == kNotifyCapabilityChangeApps) && waitForReply &&
7206 if ((context->notifyType == kNotifyApps) &&
7226 } else if ((context->notifyType == kNotifyPriority) &&