Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Kernel/
H A DIOPMPowerSource.cpp79 chargingKey = OSSymbol::withCString(kIOPMPSIsChargingKey); in init()
118 if (chargingKey) { in free()
119 chargingKey->release(); in free()
281 setPSProperty(chargingKey, in setIsCharging()
433 return kOSBooleanTrue == properties->getObject(chargingKey); in isCharging()
/xnu-8019.80.24/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h194 const OSSymbol *chargingKey; variable