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

/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A DPMSettings.c54 /* Global - energySettings
57 static CFDictionaryRef energySettings = NULL; variable
111 if (!energySettings || !which)
123 CFDictionaryGetValue(energySettings, pwrSrc));
144 if (!energySettings || !which)
155 CFDictionaryGetValue(energySettings, pwrSrc));
173 if (!energySettings || !displaySleepTimer)
177 CFDictionaryGetValue(energySettings, currentPowerSource));
192 if (!energySettings || !idleSleepTimer)
201 CFDictionaryGetValue(energySettings, currentPowerSourc
287 CFDictionaryRef energySettings; local
[all...]
H A DPrivateLib.c2777 CFDictionaryRef energySettings = NULL; local
2791 if ((energySettings = IOPMCopyActivePMPreferences())) {
2792 per = CFDictionaryGetValue(energySettings, CFSTR(kIOPMACPowerKey));
2800 per = CFDictionaryGetValue(energySettings, CFSTR(kIOPMBatteryPowerKey));
2809 CFRelease(energySettings);

Completed in 125 milliseconds