Searched refs:TIMEOUT (Results 1 - 4 of 4) sorted by relevance
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | dmlib_lite.py | 53 TIMEOUT = 90 variable 131 def execute_remote_cmd_with_timeout(telnet, command="", timeout=TIMEOUT, 189 def read_local_output_test(com=None, command=None, timeout=TIMEOUT, 296 def read_local_output_ctest(com=None, command=None, timeout=TIMEOUT, 336 timeout=TIMEOUT, receiver=None): 353 timeout = args.get("timeout", TIMEOUT)
|
H A D | device_lite.py | 49 TIMEOUT = 90 variable 303 timeout=TIMEOUT, **kwargs): 417 timeout=TIMEOUT) 425 def execute_command_with_timeout(self, command="", timeout=TIMEOUT, 491 timeout = args.get("timeout", TIMEOUT) 508 self.timeout = int(device.get("timeout", TIMEOUT))
|
H A D | device.py | 73 TIMEOUT = 300 * 1000 variable 390 timeout = int(kwargs.get("timeout", TIMEOUT)) / 1000 418 def execute_shell_command(self, command, timeout=TIMEOUT, 431 def execute_shell_cmd_background(self, command, timeout=TIMEOUT, 495 timeout = kwargs.get("timeout", TIMEOUT)
|
/test/xts/acts/communication_lite/lwip_hal/src/ |
H A D | lwip_func_test.c | 42 #define TIMEOUT 4 macro 503 int timeout = TIMEOUT; 517 timeout = TIMEOUT; 531 timeout = TIMEOUT; 544 timeout = TIMEOUT;
|
Completed in 6 milliseconds