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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp1695 OSDictionary *thermalsDict = NULL; local
1707 thermalsDict = (OSDictionary *)getProperty(kIOPMRootDomainPowerStatusKey);
1709 if (thermalsDict && OSDynamicCast(OSDictionary, thermalsDict)) {
1710 thermalsDict = OSDictionary::withDictionary(thermalsDict);
1712 thermalsDict = OSDictionary::withCapacity(1);
1715 if (!thermalsDict) {
1720 thermalsDict->setObject (event, value);
1722 setProperty (kIOPMRootDomainPowerStatusKey, thermalsDict);
[all...]

Completed in 9 milliseconds