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

/xnu-2782.1.97/iokit/Kernel/
H A DIOPMPowerSource.cpp165 void IOPMPowerSource::setPSProperty(const OSSymbol *key, OSObject *val) function in class:IOPMPowerSource
195 setPSProperty(externalConnectedKey,
200 setPSProperty(externalChargeCapableKey,
205 setPSProperty(batteryInstalledKey,
210 setPSProperty(chargingKey,
215 setPSProperty(warnLevelKey,
220 setPSProperty(criticalLevelKey,
227 setPSProperty(currentCapacityKey, n);
233 setPSProperty(maxCapacityKey, n);
239 setPSProperty(timeRemainingKe
[all...]
/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h295 setPSProperty. Caller can pass in any arbitrary OSSymbol key, and
299 void setPSProperty(const OSSymbol *, OSObject *);

Completed in 20 milliseconds