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

/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A DPMAssertionLog.c288 CFMutableDictionaryRef assertionDictionary; local
363 assertionDictionary = assertion->props;
364 if (assertionDictionary)
369 foundAssertionType = CFDictionaryGetValue(assertionDictionary, kIOPMAssertionTypeKey);
376 foundAssertionName = CFDictionaryGetValue(assertionDictionary, kIOPMAssertionNameKey);
385 if ((foundDate = CFDictionaryGetValue(assertionDictionary, kIOPMAssertionCreateDateKey)))

Completed in 188 milliseconds