Home
last modified time | relevance | path

Searched refs:DEBUG_TCP_CONNECT_KEY (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/test/
Dut_command.h42 const string DEBUG_TCP_CONNECT_KEY = "127.0.0.1:10178"; variable
Dut_runtime.cpp51 return TestRuntimeCommand(method, DEBUG_ADDRESS.c_str(), DEBUG_TCP_CONNECT_KEY.c_str()); in InnerCall()
122 PreConnectDaemon(DEBUG_ADDRESS.c_str(), DEBUG_TCP_CONNECT_KEY.c_str()); in CheckServerDaemonReady()
Dut_command.cpp53 debugConnectKey = DEBUG_TCP_CONNECT_KEY; in TestRuntimeCommandSimple()