Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp6246 context.messageFilter = (isRootDomain) ? in tellClientsWithResponse()
6402 if (context->messageFilter && in pmTellAppWithResponse()
6470 if (context->messageFilter && in pmTellClientWithResponse()
6471 !context->messageFilter(context->us, object, context, NULL, NULL)) { in pmTellClientWithResponse()
6592 if (context->messageFilter && in pmTellCapabilityAppWithResponse()
6705 if (context->messageFilter && in pmTellCapabilityClientWithResponse()
6853 context.messageFilter = (IS_ROOT_DOMAIN) ? in tellClients()
6884 if (context->messageFilter && in tellKernelClientApplier()
6885 !context->messageFilter(context->us, object, context, NULL, NULL)) { in tellKernelClientApplier()
6977 if (context->messageFilter && in tellAppClientApplier()
[all …]
H A DIOServicePMPrivate.h573 IOPMMessageFilter messageFilter; member