Home
last modified time | relevance | path

Searched refs:ProxyTracingErrors (Results 1 – 5 of 5) sorted by relevance

/development/tools/winscope/src/trace_collection/wdp/
Dwdp_device_connection.ts25 ProxyTracingErrors,
180 UserNotifier.add(new ProxyTracingErrors([output])).notify();
Dwdp_device_connection_test.ts21 ProxyTracingErrors,
369 new ProxyTracingErrors([
/development/tools/winscope/src/trace_collection/winscope_proxy/
Dwinscope_proxy_device_connection.ts21 import {ProxyTracingErrors} from 'messaging/user_warnings';
148 UserNotifier.add(new ProxyTracingErrors(processedErrors));
Dwinscope_proxy_device_connection_test.ts23 import {ProxyTracingErrors} from 'messaging/user_warnings';
299 new ProxyTracingErrors([
/development/tools/winscope/src/messaging/
Duser_warnings.ts253 export class ProxyTracingErrors extends UserWarning { class