Searched refs:assertion_id (Results 1 – 3 of 3) sorted by relevance
357 def __init__(self, assertion_id, error_string=None): argument369 if assertion_id not in self.MBIM_ASSERTIONS:371 'Unknown assertion id "%s"' % assertion_id)373 message = '[%s]: %s' % (assertion_id,374 self.MBIM_ASSERTIONS[assertion_id])
64 assertion_properties, &lock_state_.assertion_id); in AcquireWakeLock()70 const IOReturn result = IOPMAssertionRelease(lock_state_.assertion_id); in ReleaseWakeLock()
22 IOPMAssertionID assertion_id = kIOPMNullAssertionID; member