Searched refs:HdcClient (Results 1 – 9 of 9) sorted by relevance
| /developtools/smartperf_host/ide/test/hdc/hdcclient/ |
| D | HdcClient.test.ts | 16 import { HdcClient } from '../../../src/hdc/hdcclient/HdcClient'; 20 let hdcClient = new HdcClient(); 24 let hdcClient = new HdcClient(); 28 let hdcClient = new HdcClient(); 33 let hdcClient = new HdcClient(); 38 let hdcClient = new HdcClient(); 42 let hdcClient = new HdcClient();
|
| /developtools/hdc/src/host/ |
| D | client.cpp | 28 HdcClient::HdcClient(const bool serverOrClient, const string &addrString, uv_loop_t *loopMainIn, bo… in HdcClient() function in Hdc::HdcClient 39 HdcClient::~HdcClient() in ~HdcClient() 49 void HdcClient::NotifyInstanceChannelFree(HChannel hChannel) in NotifyInstanceChannelFree() 57 uint32_t HdcClient::GetLastPID() in GetLastPID() 73 bool HdcClient::StartKillServer(const char *cmd, bool startOrKill) in StartKillServer() 115 void HdcClient::DoCtrlServiceWork(uv_check_t *handle) in DoCtrlServiceWork() 117 HdcClient *thisClass = (HdcClient *)handle->data; in DoCtrlServiceWork() 135 int HdcClient::CtrlServiceWork(const char *commandIn) in CtrlServiceWork() 145 string HdcClient::AutoConnectKey(string &doCommand, const string &preConnectKey) const in AutoConnectKey() 200 string HdcClient::GetHilogPath() in GetHilogPath() [all …]
|
| D | client.h | 26 class HdcClient : public HdcChannelBase { 28 …HdcClient(const bool serverOrClient, const string &addrString, uv_loop_t *loopMainIn, bool checkVe… 29 virtual ~HdcClient();
|
| D | main.cpp | 203 HdcClient client(false, serverListenString, &loopMain, commands == CMDSTR_CHECK_SERVER); in RunClientMode()
|
| /developtools/smartperf_host/ide/src/hdc/hdcclient/ |
| D | HdcStream.ts | 17 import { HdcClient } from './HdcClient'; 29 private hdcClient: HdcClient; 32 constructor(hdcClient: HdcClient, isStopCmd: boolean) {
|
| D | HdcClient.ts | 32 export class HdcClient implements DataListener { class
|
| /developtools/hdc/src/test/ |
| D | ut_common.h | 21 using Hdc::HdcClient;
|
| D | ut_command.cpp | 32 HdcClient client(false, debugServerPort, &loopMain); in TestRunClient()
|
| /developtools/smartperf_host/ide/src/hdc/ |
| D | HdcDeviceManager.ts | 16 import { HdcClient } from './hdcclient/HdcClient'; 46 private static clientList: Map<string, HdcClient> = new Map(); 47 private static currentHdcClient: HdcClient; 93 const hdcClient = new HdcClient(usbChannel, connectDevice);
|