Home
last modified time | relevance | path

Searched refs:HdcClient (Results 1 – 9 of 9) sorted by relevance

/developtools/smartperf_host/ide/test/hdc/hdcclient/
DHdcClient.test.ts16 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/
Dclient.cpp28 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 …]
Dclient.h26 class HdcClient : public HdcChannelBase {
28HdcClient(const bool serverOrClient, const string &addrString, uv_loop_t *loopMainIn, bool checkVe…
29 virtual ~HdcClient();
Dmain.cpp203 HdcClient client(false, serverListenString, &loopMain, commands == CMDSTR_CHECK_SERVER); in RunClientMode()
/developtools/smartperf_host/ide/src/hdc/hdcclient/
DHdcStream.ts17 import { HdcClient } from './HdcClient';
29 private hdcClient: HdcClient;
32 constructor(hdcClient: HdcClient, isStopCmd: boolean) {
DHdcClient.ts32 export class HdcClient implements DataListener { class
/developtools/hdc/src/test/
Dut_common.h21 using Hdc::HdcClient;
Dut_command.cpp32 HdcClient client(false, debugServerPort, &loopMain); in TestRunClient()
/developtools/smartperf_host/ide/src/hdc/
DHdcDeviceManager.ts16 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);