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

/xnu-2782.1.97/iokit/Kernel/
H A DIOPMPowerSource.cpp90 batteryInfoKey = OSSymbol::withCString(kIOPMPSLegacyBatteryInfoKey);
120 if(batteryInfoKey) batteryInfoKey->release();
290 setPSProperty(batteryInfoKey, d);
415 return OSDynamicCast(OSDictionary, properties->getObject(batteryInfoKey));
/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h208 const OSSymbol *batteryInfoKey; member in class:IOPMPowerSource

Completed in 85 milliseconds