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

/xnu-2782.1.97/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));
/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h196 const OSSymbol *currentCapacityKey; member in class:IOPMPowerSource

Completed in 28 milliseconds