Home
last modified time | relevance | path

Searched refs:progressEL (Results 1 – 11 of 11) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/task/
DTabPaneTaskFrames.ts38 private progressEL: LitProgressBar | null | undefined; property in TabPaneTaskFrames
44 this.progressEL!.loading = true;
57 this.progressEL!.loading = true;
124 this.progressEL!.loading = false;
143 this.progressEL!.loading = false;
182 this.progressEL!.loading = false;
188 this.progressEL = this.shadowRoot?.querySelector('.progress') as LitProgressBar;
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfBottomUp.ts37 private progressEL: LitProgressBar | null | undefined; property in TabpanePerfBottomUp
44 this.progressEL = this.shadowRoot?.querySelector('.progress') as LitProgressBar;
60 this.progressEL!.loading = true;
77 this.progressEL!.loading = false;
DTabPanePerfAnalysis.ts46 private progressEL: LitProgressBar | null | undefined;
163 this.progressEL = this.shadowRoot?.querySelector('.perf-progress') as LitProgressBar;
599 this.progressEL!.loading = true;
601 this.progressEL!.loading = false;
658 this.progressEL!.loading = false;
664 this.progressEL!.loading = true;
708 this.progressEL!.loading = false;
730 this.progressEL!.loading = true;
784 this.progressEL!.loading = false;
789 this.progressEL!.loading = true;
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneIOTierStatisticsAnalysis.ts49 private progressEL: LitProgressBar | null | undefined;
94 this.progressEL!.loading = true;
123 this.progressEL = this.shadowRoot?.querySelector('.progress') as LitProgressBar;
740 this.progressEL!.loading = false;
745 this.progressEL!.loading = true;
785 this.progressEL!.loading = false;
789 this.progressEL!.loading = true;
818 this.progressEL!.loading = false;
846 this.progressEL!.loading = true;
868 this.progressEL!.loading = false;
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMemory.ts43 private progressEL: LitProgressBar | null | undefined; property in TabPaneNMemory
156 this.progressEL!.loading = true;
161 this.progressEL!.loading = false;
249 this.progressEL = this.shadowRoot?.querySelector('.progress') as LitProgressBar;
394 this.progressEL!.loading = false;
DTabPaneNMStatisticAnalysis.ts109 private progressEL: LitProgressBar | null | undefined;
267 this.progressEL = this.shadowRoot?.querySelector('.nm-progress') as LitProgressBar;
350 this.progressEL!.loading = true;
353 this.progressEL!.loading = false;
688 this.progressEL!.loading = true;
762 this.progressEL!.loading = false;
768 this.progressEL!.loading = true;
806 this.progressEL!.loading = false;
842 this.progressEL!.loading = true;
891 this.progressEL!.loading = true;
[all …]
/developtools/smartperf_host/ide/src/trace/
DSpApplication.ts117 private progressEL: LitProgressBar | undefined | null; property in SpApplication
262 this.progressEL = this.shadowRoot?.querySelector('.progress') as LitProgressBar;
427 this.progressEL!.loading = false;
609 this.progressEL!.loading = false;
821 that.progressEL!.loading = false;
902 this.progressEL!.loading = false;
980 this.progressEL!.loading = false;
1053 this.progressEL!.loading = false;
1072 this.progressEL!.loading = true;
1115 this.progressEL!.loading = false;
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hilog/
DTabPaneHiLogs.ts48 private progressEL: LitProgressBar | null | undefined; property in TabPaneHiLogs
57 this.progressEL!.loading = true;
79 this.progressEL = this.shadowRoot?.querySelector('.progress') as LitProgressBar;
220 this.progressEL!.loading = false;
/developtools/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts84 private progressEL: LitProgressBar | undefined; property in SpRecordTrace
349 this.progressEL = this.sp.shadowRoot?.querySelector('.progress') as LitProgressBar;
660 this.progressEL!.loading = false;
675 this.progressEL!.loading = false;
865 this.progressEL!.loading = true;
901 this.progressEL!.loading = false;
930 this.progressEL!.loading = true;
997 this.progressEL!.loading = false;
1057 this.progressEL!.loading = false;
1087 this.progressEL!.loading = false;
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneSummary.ts42 private progressEL: LitProgressBar | null | undefined; property in TabPaneSummary
63 this.progressEL = this.shadowRoot?.querySelector('.summary_progress') as LitProgressBar;
91 this.progressEL!.loading = true;
113 this.progressEL!.loading = false;
116 this.progressEL!.loading = false;
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneIOTierStatisticsAnalysis.test.ts173 expect(tabPane.progressEL.loading).toBeFalsy();