Searched refs:callback_on_timeout (Results 1 – 2 of 2) sorted by relevance
/test/vts/utils/python/common/ |
D | cmd_utils.py | 35 callback_on_timeout=None, argument 71 if callback_on_timeout is not None: 75 callback_on_timeout(*args) 103 def ExecuteOneShellCommand(cmd, timeout=None, callback_on_timeout=None, *args): argument 128 str(cmd), timeout, callback_on_timeout, *args)
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_device_test.py | 30 def cmd_util_side_effect(value, timeout=0, callback_on_timeout=None, *args): argument
|