Home
last modified time | relevance | path

Searched defs:hdcClient (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/test/hdc/hdcclient/
DHdcClient.test.ts19 let hdcClient = new HdcClient(); variable
/developtools/smartperf_host/smartperf_host/ide/src/hdc/
DHdcDeviceManager.ts99 const hdcClient = new HdcClient(usbChannel, connectDevice); constant
128 const hdcClient = this.clientList.get(serialNumber); constant
/developtools/smartperf_host/smartperf_host/ide/src/hdc/hdcclient/
DHdcStream.ts29 private hdcClient: HdcClient; property in HdcStream