Home
last modified time | relevance | path

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

/xnu-10002.61.3/iokit/Tests/
H A DTests.cpp1778 IOService * service = IOService::getSystemStateNotificationService(); in IOServiceStateNotificationTests()
1789 …kr = IOService::getSystemStateNotificationService()->StateNotificationItemSet(str.get(), value.get… in IOServiceStateNotificationTests()
/xnu-10002.61.3/iokit/IOKit/
H A DIOService.h1312 static IOService * getSystemStateNotificationService(void);
/xnu-10002.61.3/iokit/Kernel/
H A DIOUserServer.cpp4892getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStateWakeDescriptionKey, wa… in serviceSetPowerState()
5358getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStateSleepDescriptionKey, s… in systemPower()
5461getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStateHaltDescriptionKey, ha… in systemHalt()
5513getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStatePowerSourceDescription… in powerSourceChanged()
7023 service = getSystemStateNotificationService(); in CopySystemStateNotificationService_Impl()
H A DIOService.cpp1563 IOService::getSystemStateNotificationService(void) in getSystemStateNotificationService() function in IOService