Home
last modified time | relevance | path

Searched defs:connectDevice (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/ide/src/hdc/hdcclient/
DHdcClient.ts54 async connectDevice(): Promise<boolean> { method in HdcClient
/developtools/smartperf_host/ide/src/hdc/
DHdcDeviceManager.ts96 const connectDevice = await this.getDeviceBySerialNumber(serialNumber); constant