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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMPowerSource.cpp78 currentCapacityKey = OSSymbol::withCString(kIOPMPSCurrentCapacityKey);
108 if(currentCapacityKey) currentCapacityKey->release();
227 setPSProperty(currentCapacityKey, n);
333 n = OSDynamicCast(OSNumber, properties->getObject(currentCapacityKey));
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h194 const OSSymbol *currentCapacityKey; member in class:IOPMPowerSource

Completed in 18 milliseconds