Home
last modified time | relevance | path

Searched defs:selectSqlEvent (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/perfetto/ui/src/public/
H A Dselection.ts54 selectSqlEvent(sqlTableName: string, id: number, opts?: SelectionOpts): void; method
/aosp_15_r20/external/perfetto/ui/src/core/
H A Dselection_manager.ts230 selectSqlEvent(sqlTableName: string, id: number, opts?: SelectionOpts): void { method in SelectionManagerImpl