| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/task/ |
| D | TabPaneTaskFrames.ts | 38 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/ |
| D | TabPerfBottomUp.ts | 37 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;
|
| D | TabPanePerfAnalysis.ts | 46 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/ |
| D | TabPaneIOTierStatisticsAnalysis.ts | 49 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/ |
| D | TabPaneNMemory.ts | 43 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;
|
| D | TabPaneNMStatisticAnalysis.ts | 109 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/ |
| D | SpApplication.ts | 117 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/ |
| D | TabPaneHiLogs.ts | 48 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/ |
| D | SpRecordTrace.ts | 84 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/ |
| D | TabPaneSummary.ts | 42 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/ |
| D | TabPaneIOTierStatisticsAnalysis.test.ts | 173 expect(tabPane.progressEL.loading).toBeFalsy();
|