Home
last modified time | relevance | path

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

/development/tools/winscope/src/trace_collection/
Dproxy_client.ts148 `${ProxyEndpoint.ENABLE_CONFIG_TRACE}${view.selectedDevice}/`,
162 `${endpoint}${view.selectedDevice}/`,
177 `${ProxyEndpoint.START_TRACE}${view.selectedDevice}/`,
195 `${ProxyEndpoint.END_TRACE}${view.selectedDevice}/`,
212 `${ProxyEndpoint.STATUS}${view.selectedDevice}/`,
224 `${ProxyEndpoint.DUMP}${view.selectedDevice}/`,
314 selectedDevice = ''; property in ProxyClient
358 this.selectedDevice = device_id;
374 await proxyRequest.fetchFiles(this.selectedDevice, adbParams);
Dproxy_connection.ts116 selectedDevice(): DeviceProperties { method in ProxyConnection
117 return this.proxy.devices[this.proxy.selectedDevice];
121 return this.proxy.selectedDevice;
Dconnection.ts27 selectedDevice(): DeviceProperties; method
/development/tools/winscope/src/app/components/
Dcollect_traces_component_test.ts195 connect.selectedDevice = jasmine.createSpy().and.returnValue(mock);
218 connect.selectedDevice = jasmine.createSpy().and.returnValue(mock);
234 connect.selectedDevice = jasmine.createSpy().and.returnValue(mock);
250 connect.selectedDevice = jasmine.createSpy().and.returnValue(mock);