Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/trace/component/trace/sheet/task/
DTabPaneTaskFrames.test.ts22 import { queryTaskListByExecuteTaskIds } from '../../../../../../src/trace/database/SqlLite.js';
371 let mockQueryTaskListByExecuteTaskIds = sqlite.queryTaskListByExecuteTaskIds;
466 let mockQueryTaskListByExecuteTaskIds = sqlite.queryTaskListByExecuteTaskIds;
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/task/
DTabPaneTaskFrames.ts23 queryTaskListByExecuteTaskIds,
128 queryTaskListByExecuteTaskIds(executeTaskIds).then((taskList) => {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/task/
DTabPaneTaskFrames.ts23 queryTaskListByExecuteTaskIds,
164 let taskList = await queryTaskListByExecuteTaskIds(uniqueArr, key);
/developtools/profiler/host/smartperf/ide/src/trace/database/
DSqlLite.ts4305 export const queryTaskListByExecuteTaskIds = (executeTaskIds: Array<number>): Promise<Array<TaskTab… constant
/developtools/smartperf_host/ide/src/trace/database/
DSqlLite.ts4458 export const queryTaskListByExecuteTaskIds = ( constant