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

/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMAssertions.c819 CFDictionaryRef dictionaryAtIndex = NULL; local
821 if ((dictionaryAtIndex = CFArrayGetValueAtIndex(flattenedDictionary, i)))
824 newDictKeys[i] = CFDictionaryGetValue(dictionaryAtIndex, kIOPMAssertionPIDKey);
825 newDictValues[i] = CFDictionaryGetValue(dictionaryAtIndex, CFSTR("PerTaskAssertions"));

Completed in 101 milliseconds