Home
last modified time | relevance | path

Searched refs:nextRequestId (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/ui/src/base/
Dremote.ts26 private nextRequestId: number; property in Remote
32 this.nextRequestId = 0;
49 this.deferredRequests.set(this.nextRequestId, d);
52 responseId: this.nextRequestId,
57 this.nextRequestId += 1;
/external/perfetto/ui/src/common/
Dwasm_engine_proxy.ts77 private nextRequestId: number; property in WasmEngineProxy
82 this.nextRequestId = 0;
96 const id = this.nextRequestId++;
106 const id = this.nextRequestId++;
132 const id = this.nextRequestId++;