Searched refs:queryTaskListByExecuteTaskIds (Results 1 – 5 of 5) sorted by relevance
22 import { queryTaskListByExecuteTaskIds } from '../../../../../../src/trace/database/SqlLite.js';371 let mockQueryTaskListByExecuteTaskIds = sqlite.queryTaskListByExecuteTaskIds;466 let mockQueryTaskListByExecuteTaskIds = sqlite.queryTaskListByExecuteTaskIds;
23 queryTaskListByExecuteTaskIds,128 queryTaskListByExecuteTaskIds(executeTaskIds).then((taskList) => {
23 queryTaskListByExecuteTaskIds,164 let taskList = await queryTaskListByExecuteTaskIds(uniqueArr, key);
4305 export const queryTaskListByExecuteTaskIds = (executeTaskIds: Array<number>): Promise<Array<TaskTab… constant
4458 export const queryTaskListByExecuteTaskIds = ( constant