Searched refs:debugConnectKey (Results 1 – 2 of 2) sorted by relevance
| /developtools/hdc/src/test/ |
| D | ut_command.cpp | 28 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 …]
|
| D | ut_command.h | 45 …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);
|