Searched refs:patchCapture (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/tools/netsim/ui/ts/ |
H A D | packet-info.ts | 167 simulationState.patchCapture(id, state);
|
H A D | device-observer.ts | 217 patchCapture(id: string, state: string) { method in SimulationState
|
/aosp_15_r20/tools/netsim/ui/dist/js/ |
H A D | packet-info.js | 1 …stUpdate()}toggleCapture(t){let e=t.id.toString(),i=t.state?"0":"1";r.patchCapture(e,i)}handleGetC…
|
H A D | device-observer.js | 1 …},this.patchDevice({device:{name:o.name,position:o.position}});break}}patchCapture(e,t){fetch(i+"/…
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/netsim-ui/js/ |
H A D | packet-info.js | 1 …stUpdate()}toggleCapture(t){let e=t.id.toString(),i=t.state?"0":"1";r.patchCapture(e,i)}handleGetC…
|
H A D | device-observer.js | 1 …},this.patchDevice({device:{name:o.name,position:o.position}});break}}patchCapture(e,t){fetch(i+"/…
|