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

/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMAssertions.c181 CFStringRef assertionTypeString = NULL; local
210 assertionTypeString = CFDictionaryGetValue(AssertionProperties, kIOPMAssertionTypeKey);
215 if (isA_CFString(assertionTypeString) &&
216 CFEqual(assertionTypeString, kIOPMAssertionTypeEnableIdleSleep) && !resyncToken) {

Completed in 69 milliseconds