Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/database/sql/
DFunc.sql.ts28 export const queryProcessAsyncFunc = (_funName?: string): Promise<Array<any>> => constant
/developtools/smartperf_host/ide/test/trace/component/chart/
DSpProcessChart.test.ts39 let MockqueryProcessAsyncFunc = sqlit.queryProcessAsyncFunc;
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpProcessChart.ts40 import { getMaxDepthByTid, queryAllFuncNames, queryProcessAsyncFunc } from '../../database/sql/Func…
84 let asyncFuncList: any[] = await queryProcessAsyncFunc();