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);
51 responseId: this.nextRequestId,
60 this.nextRequestId += 1;
/external/perfetto/ui/src/common/
Dwasm_engine_proxy.ts79 private nextRequestId = 0; property in WasmEngineProxy
134 const id = this.nextRequestId++;