Home
last modified time | relevance | path

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

/development/tools/motion/motion_test_watcher_app/src/app/
Dapp.config.ts8 const urlParams = new URLSearchParams(window.location.search); constant
9 const token = urlParams.get('token');
10 const port = urlParams.get('port');
/development/tools/winscope/src/abt_chrome_extension/
Dabt_chrome_extension_protocol.ts49 const urlParams = new URLSearchParams(window.location.search); constant
50 if (urlParams.get('source') !== 'openFromExtension' || !chrome) {
/development/tools/winscope/src/trace_collection/
Dproxy_connection.ts54 const urlParams = new URLSearchParams(window.location.search); constant
55 if (urlParams.has('token')) {
56 this.proxy.proxyKey = assertDefined(urlParams.get('token'));