Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 25 of 36) sorted by relevance

12

/developtools/integration_verification/DeployDevice/src/aw/Telnet/
DTelnetClient.py30 def tellogin(self, username, password, endwaittag, timeout): argument
47 def sendCmd(self, send_cmd, endtag, timeout): argument
57 def sendEnterCmd(self, endtag, timeout): argument
73 def sendCmdAndCheckResult(self, cmd, endtag, timeout): argument
86 def sendCmdAndCheckSucTag(self, cmd, endtag, suctag , timeout): argument
99 def sendUpgradeCmd(self, sendcmd, endwaittag, suctag, timeout): argument
107 def sendResetCmd(self, endtag, timeout): argument
121 def getBoardType(self, endtag, timeout): argument
/developtools/hdc/src/register/
Dhdc_jdwp.cpp151 struct timeval timeout; in Connect() local
192 struct timeval timeout; in Read() local
259 constexpr int timeout = 3; in Reconnect() local
/developtools/profiler/hiebpf/test/unittest/
Dipc_unix_socket_test.cpp69 const uint32_t timeout = 1000; variable
97 const uint32_t timeout = 1000; variable
/developtools/profiler/hiebpf/src/
Dipc_unix_socket.cpp95 const int timeout = 1000; in handleThreadLoop() local
176 bool IpcUnixSocketClient::RecvMessage(void *buf, size_t &size, uint32_t timeout) in RecvMessage()
Dbpf_log_reader.cpp148 constexpr int timeout {10}; in MoveBPFLog() local
Dhiebpf.cpp99 HiebpfIpcCommand cmd, uint32_t timeout) in SendIpcCommand()
/developtools/integration_verification/cases/daily/mini_system/
DL0_mini_system_test.py64 def ReadFromComPort(com_port, timeout): argument
DL1_mini_system_test.py57 def ReadFromComPort(com_port, timeout): argument
/developtools/hiperf/demo/cpp/
Dhiperf_demo.cpp66 const int timeout = 30; in main() local
/developtools/integration_verification/DeployDevice/src/util/
Dfile_locker.py17 def __init__(self, timeout=7200, delay=3): argument
Dtime_info.py83 def timeout(seconds = 300): function
/developtools/integration_verification/DeployDevice/resource/common/
Dportalocker.py16 def __init__(self, timeout=7200, delay=30): argument
/developtools/hdc/hdc_rust/src/cffi/
Dsys_para.cpp29 extern "C" int WaitParameterEx(const char *key, const char *val, int timeout) in WaitParameterEx()
/developtools/integration_verification/DeployDevice/src/aw/poweronoff/
Dserial_power_on_off.py7 def __init__(self, ip, port, timeout=10, encoding="GBK"): argument
/developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/
DliteOsUpgrade_L1_shequ_app copy.py435 def sendCmd(ser, cmd, timeout): argument
DliteOsUpgrade_L2_app.py474 def sendCmd(ser, cmd, timeout): argument
DliteOsUpgrade_linux_app.py498 def sendCmd(ser, cmd, timeout): argument
DliteOsUpgrade_L1_shequ_app.py487 def sendCmd(ser, cmd, timeout): argument
/developtools/hdc/scripts/
Ddev_hdc_test.py624 def check_subprocess_cmd(cmd, process_num, timeout): argument
634 def check_process_mixed(process_num, timeout, local, remote): argument
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/
Dsunrpc.proto133 uint64 timeout = 3; field
144 uint64 timeout = 3; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dsunrpc.proto133 uint64 timeout = 3; field
144 uint64 timeout = 3; field
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dsunrpc.proto133 uint64 timeout = 3; field
144 uint64 timeout = 3; field
/developtools/hdc/src/common/
Dfile_descriptor.cpp104 struct timeval timeout; in FileIOOnThread() local
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp204 bool IsValidKeepAliveTime(uint32_t timeout) in IsValidKeepAliveTime()
216 void ProfilerService::SessionContext::SetKeepAliveTime(uint32_t timeout) in SetKeepAliveTime()
/developtools/hdc/hdc_rust/src/cffi/host/
Dhost_usb.cpp443 int timeout = 0; in OpenDeviceMyNeed() local
482 int timeout = GLOBAL_TIMEOUT * TIME_BASE; in OpenDeviceMyNeed() local

12