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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMPowerSource.cpp78 currentCapacityKey = OSSymbol::withCString(kIOPMPSCurrentCapacityKey);
108 if(currentCapacityKey) currentCapacityKey->release();
235 setPSProperty(currentCapacityKey, n);
341 n = OSDynamicCast(OSNumber, properties->getObject(currentCapacityKey));
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h194 const OSSymbol *currentCapacityKey; member in class:IOPMPowerSource

Completed in 27 milliseconds