Searched refs:stateNotificationListenerAdd (Results 1 – 3 of 3) sorted by relevance
1684 kern_return_t stateNotificationListenerAdd(OSArray * items,
1801 kr = service->stateNotificationListenerAdd(array.get(), &listenerRef, ^kern_return_t () { in IOServiceStateNotificationTests()
6762 kr = service->stateNotificationListenerAdd(items, &source->ivars->fListener, ^kern_return_t () { in Create_Impl()6913 kr = service->stateNotificationListenerAdd(items, &source->fListener, ^kern_return_t () { in serviceStateNotificationEventSource()7265 IOService::stateNotificationListenerAdd(OSArray * items, in stateNotificationListenerAdd() function in IOService