Searched refs:batteryInfoKey (Results 1 – 2 of 2) sorted by relevance
94 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()
209 const OSSymbol *batteryInfoKey; variable