Searched refs:ProxyEndpoint (Results 1 – 2 of 2) sorted by relevance
/development/tools/winscope/src/trace_collection/ |
D | proxy_client.ts | 44 export enum ProxyEndpoint { enum 140 ProxyEndpoint.DEVICES, 148 `${ProxyEndpoint.ENABLE_CONFIG_TRACE}${view.selectedDevice}/`, 156 endpoint: ProxyEndpoint, 177 `${ProxyEndpoint.START_TRACE}${view.selectedDevice}/`, 195 `${ProxyEndpoint.END_TRACE}${view.selectedDevice}/`, 212 `${ProxyEndpoint.STATUS}${view.selectedDevice}/`, 224 `${ProxyEndpoint.DUMP}${view.selectedDevice}/`, 243 `${ProxyEndpoint.FETCH}${dev}/${files[idx]}/`,
|
D | proxy_connection.ts | 23 ProxyEndpoint, 163 ProxyEndpoint.SELECTED_SF_CONFIG_TRACE, 170 ProxyEndpoint.SELECTED_WM_CONFIG_TRACE, 212 ProxyEndpoint.CHECK_WAYLAND,
|