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