Searched refs:spSystemTrace (Results 1 – 8 of 8) sorted by relevance
49 let spSystemTrace = new SpSystemTrace(); variable57 spSystemTrace.initElements = jest.fn(() => true);60 expect(spSystemTrace.getScrollWidth()).toBe(0);64 let resultLength = spSystemTrace.getRowsContentHeight();69 expect(spSystemTrace.timerShaftELRangeChange('')).toBeUndefined();73 expect(spSystemTrace.rowsElOnScroll('Scroll')).toBeUndefined();77 expect(spSystemTrace.documentOnMouseDown('MouseDown')).toBeUndefined();81 spSystemTrace.timerShaftEL = jest.fn(() => null);82 spSystemTrace.timerShaftEL.sportRuler = jest.fn(() => undefined);83 spSystemTrace.timerShaftEL.sportRuler.frame = jest.fn(() => '');[all …]
38 let spSystemTrace = document.querySelector('sp-system-trace'); variable39 let shadowRoot = spSystemTrace.attachShadow({mode: 'open'});144 traceRowConfig.spSystemTrace.collectRows = [favoriteRow];145 traceRowConfig.spSystemTrace.rowsPaneEL = jest.fn();146 traceRowConfig.spSystemTrace.rowsPaneEL.scroll = jest.fn(() => true);147 traceRowConfig.spSystemTrace.canvasPanel = jest.fn();148 traceRowConfig.spSystemTrace.refreshFavoriteCanvas = jest.fn(() => true);149 traceRowConfig.spSystemTrace.refreshCanvas = jest.fn(() => true);161 expect(traceRowConfig.spSystemTrace.hoverFlag ).toBeUndefined();
90 let spSystemTrace = spApplication?.shadowRoot?.querySelector(94 spSystemTrace?.visibleRows.forEach((it) => {98 spSystemTrace?.timerShaftEL?.removeTriangle('inverted');99 await spSystemTrace!.searchFunction([], data.name).then((mixedResults) => {106 for (let row of spSystemTrace.rangeSelect.rangeTraceRow!) {121 this.slicesTblFreshSearchSelect(search, sliceRowList, data, spSystemTrace);130 spSystemTrace: SpSystemTrace162 search.index = spSystemTrace!.showStruct(true, 1, search.list);
35 private spSystemTrace: SpSystemTrace | null | undefined; property in TraceRowConfig78 this.spSystemTrace = this.parentElement!.querySelector<SpSystemTrace>('sp-system-trace');80 …this.spSystemTrace!.shadowRoot?.querySelector('div[class=rows-pane]')!.querySelectorAll<TraceRow<B…170 this.spSystemTrace?.removeLinkLinesByBusinessType('janks');172 this.spSystemTrace?.removeLinkLinesByBusinessType('task');302 this.spSystemTrace?.collectRows.forEach((favoriteRow) => {374 this.spSystemTrace!.rowsPaneEL!.scroll({375 top: 0 - this.spSystemTrace!.canvasPanel!.offsetHeight,379 this.spSystemTrace!.refreshFavoriteCanvas();380 this.spSystemTrace!.refreshCanvas(true);[all …]
63 let spSystemTrace = new SpSdkChart(); variable64 let sdkChart = new SpSdkChart(spSystemTrace);
108 private spSystemTrace: SpSystemTrace | undefined | null; property in SpApplication253 this.spSystemTrace = this.shadowRoot!.querySelector<SpSystemTrace>('#sp-system-trace');302 this.spSystemTrace,613 this.spSystemTrace!.reset(null);804 that.spSystemTrace!.loadDatabaseArrayBuffer(850 that.spSystemTrace!.loadDatabaseArrayBuffer(891 this.showContent(this.spSystemTrace!);1229 this.spSystemTrace!.clearPointPair();1230 this.spSystemTrace!.reset((command: string, percent: number) => {1246 this.showContent(this.spSystemTrace!);[all …]
35 private spSystemTrace: SpSystemTrace | undefined | null; property in TabPaneHiLogs72 this.spSystemTrace = document108 this.spSystemTrace?.refreshCanvas(false);181 this.spSystemTrace?.refreshCanvas(false);300 this.spSystemTrace?.refreshCanvas(false);
47 private spSystemTrace: SpSystemTrace | undefined | null; property in TabPaneHisysEvents97 this.spSystemTrace = document.querySelector('body > sp-application')99 this.traceSheetEl = this.spSystemTrace?.shadowRoot?.querySelector('.trace-sheet');145 this.spSystemTrace?.refreshCanvas(false);161 this.spSystemTrace?.refreshCanvas(false);474 this.spSystemTrace?.refreshCanvas(false);