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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePMPrivate.h499 uint32_t notifyType; member in struct:IOPMInterestContext
H A DIOServicePM.cpp5324 context.notifyType = kNotifyApps;
5395 context.notifyType = fOutOfBandParameter;
5420 context.notifyType = kNotifyCapabilityChangeApps;
5424 context.notifyType = fOutOfBandParameter;
5443 context.notifyType = kNotifyCapabilityChangePriority;
5921 context.notifyType = kNotifyPriority;
5925 context.notifyType = kNotifyApps;
H A DIOPMrootDomain.cpp5091 if ((context->notifyType == kNotifyPriority) ||
5092 (context->notifyType == kNotifyCapabilityChangePriority))
5095 if ((context->notifyType == kNotifyCapabilityChangeApps) &&
5126 if ((context->notifyType == kNotifyCapabilityChangeApps) && arg3 &&
5167 if ((context->notifyType == kNotifyApps) &&
5172 else if ((context->notifyType == kNotifyPriority) &&

Completed in 110 milliseconds