Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Tests/
H A DTests.cpp1071 IOService * service = IOService::getSystemStateNotificationService(); in IOServiceStateNotificationTests()
1082 kr = IOService::getSystemStateNotificationService()->StateNotificationItemSet(str, value); in IOServiceStateNotificationTests()
/xnu-8019.80.24/iokit/IOKit/
H A DIOService.h1279 static IOService * getSystemStateNotificationService(void);
/xnu-8019.80.24/iokit/Kernel/
H A DIOUserServer.cpp4722getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStateSleepDescriptionKey, s… in systemPower()
4816getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStateHaltDescriptionKey, ha… in systemHalt()
4868getSystemStateNotificationService()->StateNotificationItemSet(gIOSystemStatePowerSourceDescription… in powerSourceChanged()
6301 service = getSystemStateNotificationService(); in CopySystemStateNotificationService_Impl()
H A DIOService.cpp1537 IOService::getSystemStateNotificationService(void) in getSystemStateNotificationService() function in IOService