Home
last modified time | relevance | path

Searched refs:WINSCOPE_PROXY_URL (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/trace_collection/winscope_proxy/
Dwinscope_proxy_device_connection_test.ts32 import {VERSION, WINSCOPE_PROXY_URL} from './utils';
163 WINSCOPE_PROXY_URL + Endpoint.RUN_ADB_CMD + `${testId}/`,
331 WINSCOPE_PROXY_URL + Endpoint.START_TRACE + `${testId}/`,
350 WINSCOPE_PROXY_URL + Endpoint.END_TRACE + `${testId}/`,
425 WINSCOPE_PROXY_URL + Endpoint.FETCH + `${testId}/${testFilepath}`,
Dutils.ts30 export const WINSCOPE_PROXY_URL = 'http://localhost:5544'; constant
54 return WINSCOPE_PROXY_URL + path;
Dwinscope_proxy_host_connection_test.ts31 import {VERSION, WINSCOPE_PROXY_URL} from './utils';
346 WINSCOPE_PROXY_URL + Endpoint.DEVICES,