Home
last modified time | relevance | path

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

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/transport/hdc/
DCmdExecutors.java54 public ExecResult executeCommand(ArrayList<String> command, long timeout) { in executeCommand()
128 public ExecResult executeCommandByLine(ArrayList<String> command, long timeout) { in executeCommandByLine()
DHdcWrapper.java135 public String getHdcStringResult(ArrayList<String> hdcCmd, long timeout) { in getHdcStringResult()
263 public String execCmdBy(ArrayList<String> hdcCmd, long timeout) { in execCmdBy()
/developtools/hiperf/demo/cpp/
Dhiperf_demo.cpp66 const int timeout = 30; in main() local
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp189 bool IsValidKeepAliveTime(uint32_t timeout) in IsValidKeepAliveTime()
201 void ProfilerService::SessionContext::SetKeepAliveTime(uint32_t timeout) in SetKeepAliveTime()
/developtools/profiler/host/smartperf/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/
Dsunrpc.proto133 uint64 timeout = 3; field
144 uint64 timeout = 3; field
/developtools/hdc_standard/src/host/
Dhost_usb.cpp352 struct timeval timeout = { 3, 0 }; in UsbToHdcProtocol() local
425 int timeout = 0; in SubmitUsbBio() local
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dprocess_utils.cpp196 int timeout = 1000; in ReceiveOutputAndSigchld() local
/developtools/hdc_standard/test/unittest/common/
Ddaemon_uart_test.cpp82 void MockUartDevSender(int fd, uint8_t *mockData, size_t length, milliseconds timeout, in MockUartDevSender()
/developtools/hdc_standard/src/common/
Duart.cpp60 bool ExternInterface::UvTimerStart(uv_timer_t *handle, uv_timer_cb cb, uint64_t timeout, in UvTimerStart()
336 struct timeval timeout = {3, 0}; in UartToHdcProtocol() local
Duart.h265 bool timeout = false; // some data is sendout and next wait need wait response variable