Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPMPowerSource.cpp82 currentCapacityKey = OSSymbol::withCString(kIOPMPSCurrentCapacityKey); in init()
127 if (currentCapacityKey) { in free()
128 currentCapacityKey->release(); in free()
304 setPSProperty(currentCapacityKey, n); in setCurrentCapacity()
452 n = OSDynamicCast(OSNumber, properties->getObject(currentCapacityKey)); in currentCapacity()
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h197 const OSSymbol *currentCapacityKey; variable