Searched refs:wait_time (Results 1 – 9 of 9) sorted by relevance
/developtools/hdc/scripts/ |
D | hdc_test.py | 353 def file_send(send_path, recv_path, i, wait_time=0): argument 354 time.sleep(wait_time) 359 def file_recv(remote_path, recv_path, i, wait_time=0): argument 360 time.sleep(wait_time) 397 wait_time = random.uniform(0, 1) 399 wait_time = 0 403 … args=(os.path.abspath(send_file), send_file_two, i, wait_time)) 406 … args=(recv_file, os.path.abspath(recv_file_two), i, wait_time))
|
/developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/ |
D | liteOsUpgrade_L2_app - 副本.py | 311 def PowerOnByThread(usb_port,wait_time=10): argument 312 thread = Thread(target=boardPowerOn, args=[usb_port, wait_time])
|
D | liteOsUpgrade_L1_shequ_app copy.py | 400 def PowerOnByThread(usb_port,wait_time=10): argument 401 thread = Thread(target=boardPowerOn, args=[usb_port, wait_time])
|
D | liteOsUpgrade_L2_app.py | 438 def PowerOnByThread(usb_port,wait_time=10): argument 439 thread = Thread(target=boardPowerOn, args=[usb_port, wait_time])
|
D | liteOsUpgrade_L1_shequ_app.py | 452 def PowerOnByThread(usb_port,wait_time=10): argument 453 thread = Thread(target=boardPowerOn, args=[usb_port, wait_time])
|
D | liteOsUpgrade_linux_app.py | 459 def PowerOnByThread(usb_port,wait_time=10): argument 460 thread = Thread(target=boardPowerOn, args=[usb_port, wait_time])
|
/developtools/profiler/protos/types/plugins/agent_data/ |
D | agent_plugin_energy_data.proto | 129 int32 wait_time = 8; // 非定期作业的延迟时间 field
|
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/agent_data/ |
D | agent_plugin_energy_data.proto | 129 int32 wait_time = 8; // 非定期作业的延迟时间 field
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/agent_data/ |
D | agent_plugin_energy_data.proto | 129 int32 wait_time = 8; // 非定期作业的延迟时间 field
|