Home
last modified time | relevance | path

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

/development/tools/winscope/src/trace_processor/
Dengine.ts147 const rpc = TraceProcessorRpc.decode(rpcMsgEncoded); constant
149 if (rpc.fatalError !== undefined && rpc.fatalError.length > 0) {
150 throw new Error(`${rpc.fatalError}`);
154 if (rpc.seq !== this.rxSeqId + 1 && this.rxSeqId !== 0 && rpc.seq !== 0) {
157 throw new Error(`RPC sequence id mismatch cur=${rpc.seq} last=${
161 this.rxSeqId = rpc.seq;
165 switch (rpc.response) {
167 const appendResult = assertExists(rpc.appendResult);
185 const qRes = assertExists(rpc.queryResult) as {} as QueryResultBypass;
195 const metricRes = assertExists(rpc.metricResult) as ComputeMetricResult;
[all …]
/development/tools/cargo_embargo/testdata/async-trait/
Dcargo.metadata9285 "rpc": [],
/development/tools/cargo_embargo/testdata/plotters/
Dcargo.metadata27112 "rpc": [],