Home
last modified time | relevance | path

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

/xnu-11215/iokit/Tests/
H A DTests.cpp1779 IOService * service = IOService::getSystemStateNotificationService(); in IOServiceStateNotificationTests()
1790 …kr = IOService::getSystemStateNotificationService()->StateNotificationItemSet(str.get(), value.get… in IOServiceStateNotificationTests()
/xnu-11215/iokit/IOKit/
H A DIOService.h1316 static IOService * getSystemStateNotificationService(void);
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp4986getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStateWakeDescriptionKey, wa… in serviceSetPowerState()
5480getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStateSleepDescriptionKey, s… in systemPower()
5577getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStateHaltDescriptionKey, ha… in systemHalt()
5629getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStatePowerSourceDescription… in powerSourceChanged()
7147 service = getSystemStateNotificationService(); in CopySystemStateNotificationService_Impl()
H A DIOService.cpp1581 IOService::getSystemStateNotificationService(void) in getSystemStateNotificationService() function in IOService