Home
last modified time | relevance | path

Searched defs:wait_time (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/environment/
Ddevice_monitor.py55 def wait_for_device_state(self, state, wait_time): argument
72 def wait_for_device_not_available(self, wait_time): argument
76 def wait_for_device_online(self, wait_time=None): argument
81 def wait_for_boot_complete(self, wait_time): argument
100 def wait_for_device_available(self, wait_time=None): argument
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
Dconstants.py224 def __init__(self, name, log_path, command, execute_jar_path, handler=None, wait_time=0): argument
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddevice.py444 def wait_for_device_not_available(self, wait_time): argument
448 def _wait_for_device_online(self, wait_time=None): argument