Home
last modified time | relevance | path

Searched refs:getSystemStateNotificationService (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.61.2/iokit/Tests/
H A DTests.cpp1823 IOService * service = IOService::getSystemStateNotificationService(); in IOServiceStateNotificationTests()
1834 …kr = IOService::getSystemStateNotificationService()->StateNotificationItemSet(str.get(), value.get… in IOServiceStateNotificationTests()
/xnu-8792.61.2/iokit/IOKit/
H A DIOService.h1296 static IOService * getSystemStateNotificationService(void);
/xnu-8792.61.2/iokit/Kernel/
H A DIOUserServer.cpp4847getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStateWakeDescriptionKey, wa… in serviceSetPowerState()
5288getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStateSleepDescriptionKey, s… in systemPower()
5391getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStateHaltDescriptionKey, ha… in systemHalt()
5443getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStatePowerSourceDescription… in powerSourceChanged()
6944 service = getSystemStateNotificationService(); in CopySystemStateNotificationService_Impl()
H A DIOService.cpp1571 IOService::getSystemStateNotificationService(void) in getSystemStateNotificationService() function in IOService