Home
last modified time | relevance | path

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

/xnu-10002.41.9/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.41.9/iokit/IOKit/
H A DIOService.h1312 static IOService * getSystemStateNotificationService(void);
/xnu-10002.41.9/iokit/Kernel/
H A DIOUserServer.cpp4892getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStateWakeDescriptionKey, wa… in serviceSetPowerState()
5333getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStateSleepDescriptionKey, s… in systemPower()
5436getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStateHaltDescriptionKey, ha… in systemHalt()
5488getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStatePowerSourceDescription… in powerSourceChanged()
6998 service = getSystemStateNotificationService(); in CopySystemStateNotificationService_Impl()
H A DIOService.cpp1563 IOService::getSystemStateNotificationService(void) in getSystemStateNotificationService() function in IOService