Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/ui/src/trace_processor/
H A Dengine.ts74 tryQuery(sql: string, tag?: string): Promise<Result<QueryResult>>; method
557 async tryQuery(query: string, tag?: string): Promise<Result<QueryResult>> { method in EngineProxy