Home
last modified time | relevance | path

Searched refs:assertion_id (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_errors.py357 def __init__(self, assertion_id, error_string=None): argument
369 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])
/external/openscreen/platform/impl/
Dscoped_wake_lock_mac.cc64 assertion_properties, &lock_state_.assertion_id); in AcquireWakeLock()
70 const IOReturn result = IOPMAssertionRelease(lock_state_.assertion_id); in ReleaseWakeLock()
Dscoped_wake_lock_mac.h22 IOPMAssertionID assertion_id = kIOPMNullAssertionID; member