Home
last modified time | relevance | path

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

/xnu-8796.101.5/iokit/Tests/
H A DTests.cpp1841 IOService * service = IOService::getSystemStateNotificationService(); in IOServiceStateNotificationTests()
1852 …kr = IOService::getSystemStateNotificationService()->StateNotificationItemSet(str.get(), value.get… in IOServiceStateNotificationTests()
/xnu-8796.101.5/iokit/IOKit/
H A DIOService.h1300 static IOService * getSystemStateNotificationService(void);
/xnu-8796.101.5/iokit/Kernel/
H A DIOUserServer.cpp4871getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStateWakeDescriptionKey, wa… in serviceSetPowerState()
5312getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStateSleepDescriptionKey, s… in systemPower()
5415getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStateHaltDescriptionKey, ha… in systemHalt()
5467getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStatePowerSourceDescription… in powerSourceChanged()
6977 service = getSystemStateNotificationService(); in CopySystemStateNotificationService_Impl()
H A DIOService.cpp1540 IOService::getSystemStateNotificationService(void) in getSystemStateNotificationService() function in IOService