Searched refs:TIME_OUT (Results 1 - 8 of 8) sorted by relevance
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | oh_kernel_driver.py | 20 from ohos.drivers.constants import TIME_OUT namespace 147 self.config.timeout = TIME_OUT
|
H A D | cpp_driver.py | 28 TIME_OUT = 900 * 1000 variable 233 self.config.timeout = TIME_OUT
|
H A D | c_driver_lite.py | 37 TIME_OUT = 90 variable 100 self.config.timeout = TIME_OUT
|
H A D | constants.py | 34 TIME_OUT = 300 * 1000 variable
|
H A D | oh_jsunit_driver.py | 31 from ohos.drivers.constants import TIME_OUT namespace 267 self.config.timeout = TIME_OUT 842 self.config.timeout = TIME_OUT 946 def execute_jslocal_command(command, timeout=TIME_OUT, receiver=None, **kwargs):
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | drivers.py | 61 TIME_OUT = 900 * 1000 variable 495 self.device.pull_file(src_file_tar, cxx_cov_path, is_create=True, timeout=TIME_OUT) 722 timeout=TIME_OUT, 729 timeout=TIME_OUT, 1065 command, timeout=TIME_OUT) 1271 command, timeout=TIME_OUT, receiver=handler, retry=0)
|
H A D | openharmony.py | 51 TIME_OUT = 300 * 1000 variable 340 self.config.timeout = TIME_OUT
|
/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/ |
H A D | gles3ndk.cpp | 76 #define TIME_OUT 1000000000 macro
|
Completed in 21 milliseconds