Home
last modified time | relevance | path

Searched refs:debugConnectKey (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
33 client.Initial(debugConnectKey); in TestRunClient()
38 void PreConnectDaemon(const string &debugServerPort, const string &debugConnectKey) in PreConnectDaemon() argument
41 bufString += debugConnectKey; in PreConnectDaemon()
50 string debugConnectKey; in TestRuntimeCommandSimple() local
53 debugConnectKey = DEBUG_TCP_CONNECT_KEY; in TestRuntimeCommandSimple()
55 debugConnectKey = DEBUG_USB_CONNECT_KEY; 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
[all …]
Dut_command.h45 …TestRuntimeCommand(const int method, const string &debugServerPort, const string &debugConnectKey);
47 void TestRunClient(const string &debugServerPort, const string &debugConnectKey, const string &cmd);
48 void PreConnectDaemon(const string &debugServerPort, const string &debugConnectKey);