Home
last modified time | relevance | path

Searched refs:selectDevice (Results 1 – 4 of 4) sorted by relevance

/development/tools/winscope/src/trace_collection/
Dconnection.ts30 selectDevice(id: string): any; method
Dproxy_connection.ts133 selectDevice(id: string) { method in ProxyConnection
134 this.proxy.selectDevice(id);
Dproxy_client.ts282 await client.selectDevice(last);
357 async selectDevice(device_id: string) { method in ProxyClient
/development/tools/winscope/src/app/components/
Dcollect_traces_component.ts403 await assertDefined(this.connect).selectDevice(deviceId);