Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Kernel/
H A DIOPMPowerSource.cpp94 batteryInfoKey = OSSymbol::withCString(kIOPMPSLegacyBatteryInfoKey); in init()
163 if (batteryInfoKey) { in free()
164 batteryInfoKey->release(); in free()
391 setPSProperty(batteryInfoKey, d); in setLegacyIOBatteryInfo()
583 return OSDynamicCast(OSDictionary, properties->getObject(batteryInfoKey)); in legacyIOBatteryInfo()
/xnu-8019.80.24/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h209 const OSSymbol *batteryInfoKey; variable