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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMPowerSource.cpp75 chargingKey = OSSymbol::withCString(kIOPMPSIsChargingKey);
105 if(chargingKey) chargingKey->release();
210 setPSProperty(chargingKey,
320 return (kOSBooleanTrue == properties->getObject(chargingKey));
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h191 const OSSymbol *chargingKey; member in class:IOPMPowerSource

Completed in 17 milliseconds