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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp5969 OSDictionary *thermalsDict = NULL; local
5981 thermalsDict = (OSDictionary *)getProperty(kIOPMRootDomainPowerStatusKey);
5983 if (thermalsDict && OSDynamicCast(OSDictionary, thermalsDict)) {
5984 thermalsDict = OSDictionary::withDictionary(thermalsDict);
5986 thermalsDict = OSDictionary::withCapacity(1);
5989 if (!thermalsDict) {
5994 thermalsDict->setObject (event, value);
5996 setProperty (kIOPMRootDomainPowerStatusKey, thermalsDict);
[all...]

Completed in 124 milliseconds