Searched refs:batteryInstalledKey (Results 1 – 2 of 2) sorted by relevance
78 batteryInstalledKey = OSSymbol::withCString(kIOPMPSBatteryInstalledKey); in init()115 if (batteryInstalledKey) { in free()116 batteryInstalledKey->release(); in free()274 setPSProperty(batteryInstalledKey, in setBatteryInstalled()427 return kOSBooleanTrue == properties->getObject(batteryInstalledKey); in batteryInstalled()
193 const OSSymbol *batteryInstalledKey; variable