Home
last modified time | relevance | path

Searched refs:debugServerPort (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/test/
Dut_command.cpp28 void TestRunClient(const string &debugServerPort, const string &debugConnectKey, const string &cmd) in TestRunClient() argument
32 HdcClient client(false, debugServerPort, &loopMain); in TestRunClient()
38 void PreConnectDaemon(const string &debugServerPort, const string &debugConnectKey) in PreConnectDaemon() argument
43 TestRunClient(debugServerPort, "", bufString.c_str()); in PreConnectDaemon()
49 string debugServerPort; in TestRuntimeCommandSimple() local
51 debugServerPort = DEBUG_ADDRESS; in TestRuntimeCommandSimple()
58 PreConnectDaemon(debugServerPort, debugConnectKey); in TestRuntimeCommandSimple()
61 TestRuntimeCommand(method, debugServerPort, debugConnectKey); in TestRuntimeCommandSimple()
65 int TestTaskCommand(int method, const string &debugServerPort, const string &debugConnectKey) in TestTaskCommand() argument
71 TestRunClient(debugServerPort, debugConnectKey, "shell id"); in TestTaskCommand()
[all …]
Dut_command.h45 int TestRuntimeCommand(const int method, const string &debugServerPort, const string &debugConnectK…
47 void TestRunClient(const string &debugServerPort, const string &debugConnectKey, const string &cmd);
48 void PreConnectDaemon(const string &debugServerPort, const string &debugConnectKey);