Home
last modified time | relevance | path

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

/development/tools/winscope/src/trace_processor/
Dtrace_processor_factory.ts36 const engineId = 'random-id'; constant
38 TraceProcessorFactory.tp = new TraceProcessor(engineId, enginePort);
Dtrace_processor.ts25 constructor(engineId: string, enginePort: MessagePort) {
26 this.wasmEngine = new WasmEngineProxy(engineId, enginePort);
Dengine.ts430 get engineId(): string { method in EngineProxy