Home
last modified time | relevance | path

Searched refs:runQuery (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/ui/src/controller/
Dquery_controller.ts18 import {runQuery} from '../common/queries';
38 runQuery(this.args.queryId, config.query, this.args.engine)
Dpivot_table_controller.ts42 runQuery,
496 runQuery(this.pivotTableId, descendantsQuery, this.engine)
590 runQuery(this.pivotTableId, expandQuery, this.engine).then(resp => {
676 runQuery(this.pivotTableId, query, this.engine).then(resp => {
752 const resp = await runQuery(this.pivotTableId, query, this.engine);
/external/perfetto/ui/src/common/
Dqueries.ts32 export async function runQuery( function
/external/perfetto/ui/src/frontend/
Dpivot_table_redux.ts109 runQuery(attrs: PivotTableReduxAttrs) { method in PivotTableRedux
316 this.runQuery(attrs);
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABContactManager.java537 Cursor runQuery(ContentResolver resolver, String[] projection, Uri baseUri) { in runQuery() method in EABContactManager.Query
654 Cursor underlyingCursor = query.runQuery(mResolver, CONTACT_COLUMNS, mBaseUri); in query()