Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/Tests/
H A DTests.cpp1147 IOService * service = IOService::getSystemStateNotificationService(); in IOServiceStateNotificationTests()
1158 …kr = IOService::getSystemStateNotificationService()->StateNotificationItemSet(str.get(), value.get… in IOServiceStateNotificationTests()
/xnu-8020.121.3/iokit/IOKit/
H A DIOService.h1279 static IOService * getSystemStateNotificationService(void);
/xnu-8020.121.3/iokit/Kernel/
H A DIOUserServer.cpp4739getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStateSleepDescriptionKey, s… in systemPower()
4833getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStateHaltDescriptionKey, ha… in systemHalt()
4885getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStatePowerSourceDescription… in powerSourceChanged()
6326 service = getSystemStateNotificationService(); in CopySystemStateNotificationService_Impl()
H A DIOService.cpp1537 IOService::getSystemStateNotificationService(void) in getSystemStateNotificationService() function in IOService