Lines Matching refs:IOPMServiceInterestNotifier
6994 class IOPMServiceInterestNotifier : public _IOServiceInterestNotifier class
6997 OSDeclareDefaultStructors(IOPMServiceInterestNotifier);
7013 OSDefineMetaClassAndStructors(IOPMServiceInterestNotifier, _IOServiceInterestNotifier) argument
7021 IOPMServiceInterestNotifier* notifier;
7036 notifier = new IOPMServiceInterestNotifier;
7087 return OSSharedPtr<IOPMServiceInterestNotifier>(notifier, OSNoRetain);
7105 IOPMServiceInterestNotifier *notifier;
7107 notifier = OSDynamicCast(IOPMServiceInterestNotifier, (OSObject *)object);
9349 IOPMServiceInterestNotifier *notify = NULL;
9351 if (object && (notify = OSDynamicCast(IOPMServiceInterestNotifier, object))) {
9608 IOPMServiceInterestNotifier *notifier = (typeof(notifier))object;
9613 …if (systemCapabilityNotifier && (((IOPMServiceInterestNotifier *) systemCapabilityNotifier.get())-…
9638 IOPMServiceInterestNotifier *notifier;
9643 notifier = OSDynamicCast(IOPMServiceInterestNotifier, object);
9689 IOPMServiceInterestNotifier *notifier = OSDynamicCast(IOPMServiceInterestNotifier, object);
9710 IOPMServiceInterestNotifier *notifier = OSDynamicCast(IOPMServiceInterestNotifier, object);
9738 IOPMServiceInterestNotifier *notifier = OSDynamicCast(IOPMServiceInterestNotifier, object);
12262 …IOPMServiceInterestNotifier *notifier = OSDynamicCast(IOPMServiceInterestNotifier, notifierObject.…