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

/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMLib.h641 * @param theAssertion The assertion ID to retain.
643 void IOPMAssertionRetain(IOPMAssertionID theAssertion)
669 * @param theAssertion The assertion ID to copy info about.
673 CFDictionaryRef IOPMAssertionCopyProperties(IOPMAssertionID theAssertion)
680 * @param theAssertion The <code>@link IOPMAssertionID@/link</code> of the assertion to modify.
689 IOReturn IOPMAssertionSetProperty(IOPMAssertionID theAssertion, CFStringRef theProperty, CFTypeRef theValue)
H A DIOPMAssertions.c301 void IOPMAssertionRetain(IOPMAssertionID theAssertion) argument
310 if (!theAssertion) {
322 (int)theAssertion,
398 IOReturn IOPMAssertionSetProperty(IOPMAssertionID theAssertion, CFStringRef theProperty, CFTypeRef theValue) argument
408 if (!theAssertion) {
429 (int)theAssertion,
849 CFDictionaryRef IOPMAssertionCopyProperties(IOPMAssertionID theAssertion) argument
853 _copyPMServerObject(kIOPMAssertionMIGCopyOneAssertionProperties, theAssertion, (CFTypeRef *)&theResult);
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPrivateLib.h380 * @arg theAssertion is a valid assertion datastructure (we map this back to process name, then process index)
383 void mt2RecordAssertionEvent(assertionOps action, assertion_t *theAssertion);
H A DPrivateLib.c1978 void mt2RecordAssertionEvent(assertionOps action, assertion_t *theAssertion) {}; argument
2402 void mt2RecordAssertionEvent(assertionOps action, assertion_t *theAssertion) argument
2411 if (!theAssertion || !theAssertion->props || !isA_DarkWakeState()) {
2415 if (!(processName = processInfoGetName(theAssertion->pinfo->pid))) {
2419 if (!(assertionType = CFDictionaryGetValue(theAssertion->props, kIOPMAssertionTypeKey))

Completed in 112 milliseconds