Home
last modified time | relevance | path

Searched refs:existingDevice (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/trace_collection/winscope_proxy/
Dwinscope_proxy_host_connection.ts90 const existingDevice = this.devices.find((d) => d.id === id); constant
91 if (existingDevice !== undefined) {
92 await existingDevice.updateProperties(devJson);
/development/tools/winscope/src/trace_collection/wdp/
Dwdp_host_connection.ts93 const existingDevice = this.devices.find((d) => d.id === serial); constant
94 if (existingDevice !== undefined) {
95 await existingDevice.updateProperties(devJson);