Home
last modified time | relevance | path

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

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