Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 25 of 38) 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/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.cpp94 const int timeout = 1000; in HandleThreadLoop() local
175 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/profiler/host/smartperf/client/client_command/include/
Dheartbeat.h45 const int timeout = 1800; variable
/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/integration_verification/DeployDevice/src/util/
Dfile_locker.py17 def __init__(self, timeout=7200, delay=3): argument
Dtime_info.py84 def timeout(seconds = 300): function
/developtools/integration_verification/DeployDevice/resource/common/
Dportalocker.py16 def __init__(self, timeout=7200, delay=30): argument
/developtools/hiperf/demo/cpp/
Dhiperf_demo.cpp72 const int timeout = 30; in main() local
/developtools/hdc/hdc_rust/src/cffi/
Dsys_para.cpp29 extern "C" int WaitParameterEx(const char *key, const char *val, int timeout) in WaitParameterEx()
/developtools/hdc/scripts/
Ddev_hdc_test.py725 def check_subprocess_cmd(cmd, process_num, timeout): argument
735 def check_process_mixed(process_num, timeout, local, remote): argument
980 def run_command_with_timeout(command, timeout): argument
/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_L1_shequ_app.py487 def sendCmd(ser, cmd, timeout): argument
DliteOsUpgrade_linux_app.py498 def sendCmd(ser, cmd, timeout): argument
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dsunrpc.proto133 uint64 timeout = 3; field
144 uint64 timeout = 3; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/
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/register/
Dhdc_jdwp.cpp79 struct timeval timeout; in Connect2Jdwp() local
/developtools/hdc/src/common/
Dfile_descriptor.cpp107 struct timeval timeout; in FileIOOnThread() local
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp203 bool IsValidKeepAliveTime(uint32_t timeout) in IsValidKeepAliveTime()
215 void ProfilerService::SessionContext::SetKeepAliveTime(uint32_t timeout) in SetKeepAliveTime()

12