Searched refs:currentCapacityKey (Results 1 – 2 of 2) sorted by relevance
82 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()
197 const OSSymbol *currentCapacityKey; variable