Searched refs:kRootDomainSleepReasonKey (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h92 #define kRootDomainSleepReasonKey "Last Sleep Reason" macro
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMrootDomain.cpp2101 setProperty(kRootDomainSleepReasonKey, IOPMSleepReasons[sleepReason]);
4434 setProperty(kRootDomainSleepReasonKey, kIOPMIdleSleepKey);
6257 setProperty(kRootDomainSleepReasonKey, kIOPMLowPowerSleepKey);
6262 setProperty(kRootDomainSleepReasonKey, kIOPMMaintenanceSleepKey);
6267 setProperty(kRootDomainSleepReasonKey, kIOPMSleepServiceExitKey);
6413 setProperty(kRootDomainSleepReasonKey, kIOPMIdleSleepKey);

Completed in 35 milliseconds