Home
last modified time | relevance | path

Searched defs:wait_time (Results 1 – 2 of 2) 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
99 def wait_for_device_available(self, wait_time=None): argument
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddevice.py292 def wait_for_device_not_available(self, wait_time): argument
296 def _wait_for_device_online(self, wait_time=None): argument