HomeSort by relevance Sort by last modified time
    Searched refs:supported_operations (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/common_lib/cros/fake_device_server/
common_util.py 48 def parse_common_args(args_tuple, kwargs, supported_operations=set()):
57 one of supported_operations as a second argument (in the args_tuple).
61 @param supported_operations: Set of operations to support if any.
65 and finally an optional operation if supported_operations is provided
77 if not supported_operations:
81 elif not operation in supported_operations:
common_util_unittest.py 53 dict(key=key), supported_operations=set(['boogity']))
registration_tickets.py 127 args, kwargs, supported_operations=set(['finalize']))

Completed in 108 milliseconds