Home
last modified time | relevance | path

Searched defs:engineId (Results 1 – 15 of 15) sorted by relevance

/external/perfetto/ui/src/frontend/
Dviz_page.ts26 const engineId = globals.getCurrentEngine()?.id; constant
Dquery_page.ts75 const engineId = globals.getCurrentEngine()?.id; constant
Dquery_result_tab.ts71 const engineId = assertExists(engConfig).id; constant
Dpermalink.ts212 const engineId = state.currentEngineId; constant
Dmetrics_page.ts41 const engineId = globals.getCurrentEngine()?.id; constant
Dthread_slice_details_tab.ts177 const engineId = globals.getCurrentEngine()?.id; constant
Dtrace_info_page.ts27 const engineId = currentEngine.id; constant
Dapp.ts126 const engineId = globals.getCurrentEngine()?.id; constant
Dflamegraph_panel.ts897 const engineId = globals.getCurrentEngine()?.id; constant
Dsidebar.ts570 const engineId = globals.getCurrentEngine()?.id; constant
/external/perfetto/ui/src/frontend/sql_table/
Dtab.ts54 const engineId = assertExists(engConfig).id; constant
/external/perfetto/ui/src/trace_processor/
Dengine.ts524 get engineId(): string { method in EngineProxy
/external/cronet/components/cronet/android/test/javatests/src/org/chromium/net/impl/
DCronetLoggerTest.java271 final int engineId = mTestLogger.getLastCronetEngineId(); in testEngineCreationAndTrafficInfoEngineId() local
/external/perfetto/ui/src/controller/
Dtrace_controller.ts224 private readonly engineId: string; property in TraceController
/external/perfetto/ui/src/common/
Dstate.ts291 engineId?: string; property