• Home
  • Raw
  • Download

Lines Matching refs:FuncStruct

21 import { FuncStruct } from '../database/ui-worker/ProcedureWorkerFunc';
274 relationDataList: FuncStruct[],
281 const selectY = (FuncStruct.selectFuncStruct!.depth! + 0.5) * 20;
284 const selectStartTs = FuncStruct.selectFuncStruct!.startTs!;
285 const selectDur = FuncStruct.selectFuncStruct!.dur!;
303 executeRow: TraceRow<FuncStruct> | null | undefined,
306 relationDataList: FuncStruct[],
311 const selectY = (FuncStruct.selectFuncStruct!.depth! + 0.5) * 20;
314 const selectStartTs = FuncStruct.selectFuncStruct!.startTs!;
341 executeRow: TraceRow<FuncStruct> | null | undefined,
344 relationDataList: FuncStruct[],
350 const selectStartTs = FuncStruct.selectFuncStruct!.startTs!;
352 const selectY = (FuncStruct.selectFuncStruct!.depth! + 0.5) * 20;
359 FuncStruct.selectFuncStruct!.dur!,
381 queryBySelectAllocationOrReturn(executeID, FuncStruct.selectFuncStruct!.itid!).then((res) => {
382 … if (FuncStruct.selectFuncStruct!.funName!.indexOf('H:Task Allocation:') >= 0 && res.length > 0) {
383 let executeRow = sp.shadowRoot?.querySelector<TraceRow<FuncStruct>>(
402 } else if (FuncStruct.selectFuncStruct!.funName!.indexOf('H:Task PerformTask End:') >= 0) {
403 let executeRow = sp.shadowRoot?.querySelector<TraceRow<FuncStruct>>(
406 TabPaneTaskFrames.TaskArray.push(FuncStruct.selectFuncStruct!);
425 let executeID = TabPaneTaskFrames.getExecuteId(FuncStruct.selectFuncStruct!.funName!);
426 TabPaneTaskFrames.TaskArray.push(FuncStruct.selectFuncStruct!);
430 if (FuncStruct.selectFuncStruct!.funName!.indexOf('H:Task Perform:') >= 0) {
432 queryBySelectExecute(executeID, FuncStruct.selectFuncStruct!.itid!).then((res) => {
435 let selectRow = sp.shadowRoot?.querySelector<TraceRow<FuncStruct>>(