| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/ |
| D | TabPanePerfAnalysis.ts | 43 private progressEL: LitProgressBar | null | undefined; 87 this.progressEL = this.shadowRoot?.querySelector('.perf-progress') as LitProgressBar; 476 this.progressEL!.loading = true; 478 this.progressEL!.loading = false; 526 this.progressEL!.loading = false; 543 this.progressEL!.loading = true; 583 this.progressEL!.loading = false; 587 this.progressEL!.loading = true; 630 this.progressEL!.loading = false; 634 this.progressEL!.loading = true; [all …]
|
| D | TabPerfBottomUp.ts | 38 private progressEL: LitProgressBar | null | undefined; property in TabpanePerfBottomUp 44 this.progressEL = this.shadowRoot?.querySelector('.progress') as LitProgressBar; 59 this.progressEL!.loading = true; 76 this.progressEL!.loading = false;
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/hiperf/ |
| D | TabPanePerfAnalysis.ts | 43 private progressEL: LitProgressBar | null | undefined; 87 this.progressEL = this.shadowRoot?.querySelector('.progress') as LitProgressBar; 476 this.progressEL!.loading = true; 478 this.progressEL!.loading = false; 526 this.progressEL!.loading = false; 543 this.progressEL!.loading = true; 583 this.progressEL!.loading = false; 587 this.progressEL!.loading = true; 630 this.progressEL!.loading = false; 634 this.progressEL!.loading = true; [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMCallInfo.ts | 34 private progressEL: LitProgressBar | null | undefined; property in TabPaneNMCallInfo 75 this.progressEL!.loading = true; 93 this.progressEL!.loading = false; 112 this.progressEL!.loading = true; 118 this.progressEL!.loading = false; 240 this.progressEL = this.shadowRoot?.querySelector('.nm-call-info-progress') as LitProgressBar;
|
| D | TabPaneNMemory.ts | 33 private progressEL: LitProgressBar | null | undefined; property in TabPaneNMemory 85 this.progressEL!.loading = true; 114 this.progressEL!.loading = false; 127 this.progressEL!.loading = true; 133 this.progressEL!.loading = false; 225 this.progressEL = this.shadowRoot?.querySelector('.progress') as LitProgressBar; 417 this.progressEL!.loading = false;
|
| D | TabPaneNMStatisticAnalysis.ts | 98 private progressEL: LitProgressBar | null | undefined; 157 this.progressEL = this.shadowRoot?.querySelector('.progress') as LitProgressBar; 598 this.progressEL!.loading = true; 700 this.progressEL!.loading = false; 706 this.progressEL!.loading = true; 738 this.progressEL!.loading = false; 747 this.progressEL!.loading = true; 824 this.progressEL!.loading = false; 828 this.progressEL!.loading = true; 907 this.progressEL!.loading = false; [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/task/ |
| D | TabPaneTaskFrames.ts | 41 private progressEL: LitProgressBar | null | undefined; property in TabPaneTaskFrames 47 this.progressEL!.loading = true; 60 this.progressEL!.loading = true; 123 this.progressEL!.loading = false; 137 this.progressEL!.loading = false; 176 this.progressEL!.loading = false; 182 this.progressEL = this.shadowRoot?.querySelector('.progress') as LitProgressBar;
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneIOTierStatisticsAnalysis.ts | 44 private progressEL: LitProgressBar | null | undefined; 81 this.progressEL!.loading = true; 108 this.progressEL = this.shadowRoot?.querySelector('.progress') as LitProgressBar; 619 this.progressEL!.loading = false; 637 this.progressEL!.loading = true; 677 this.progressEL!.loading = false; 680 this.progressEL!.loading = true; 724 this.progressEL!.loading = false; 728 this.progressEL!.loading = true; 780 this.progressEL!.loading = false; [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneIOTierStatisticsAnalysis.ts | 44 private progressEL: LitProgressBar | null | undefined; 81 this.progressEL!.loading = true; 108 this.progressEL = this.shadowRoot?.querySelector('.progress') as LitProgressBar; 609 this.progressEL!.loading = false; 627 this.progressEL!.loading = true; 667 this.progressEL!.loading = false; 670 this.progressEL!.loading = true; 714 this.progressEL!.loading = false; 718 this.progressEL!.loading = true; 770 this.progressEL!.loading = false; [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMemory.ts | 40 private progressEL: LitProgressBar | null | undefined; property in TabPaneNMemory 151 this.progressEL!.loading = true; 156 this.progressEL!.loading = false; 244 this.progressEL = this.shadowRoot?.querySelector('.progress') as LitProgressBar; 358 this.progressEL!.loading = false;
|
| D | TabPaneNMStatisticAnalysis.ts | 99 private progressEL: LitProgressBar | null | undefined; 159 this.progressEL = this.shadowRoot?.querySelector('.nm-progress') as LitProgressBar; 608 this.progressEL!.loading = true; 710 this.progressEL!.loading = false; 716 this.progressEL!.loading = true; 748 this.progressEL!.loading = false; 757 this.progressEL!.loading = true; 834 this.progressEL!.loading = false; 838 this.progressEL!.loading = true; 917 this.progressEL!.loading = false; [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/ |
| D | SpApplication.ts | 418 let progressEL = this.shadowRoot?.querySelector('.progress') as LitProgressBar; 484 progressEL.loading = false; 488 progressEL.loading = loading; 789 progressEL.loading = false; 819 progressEL.loading = false; 825 progressEL.loading = false; 892 progressEL.loading = false; 897 progressEL.loading = false; 937 progressEL.loading = true; 981 progressEL.loading = true; [all …]
|
| /developtools/smartperf_host/ide/src/trace/ |
| D | SpApplication.ts | 420 let progressEL = this.shadowRoot?.querySelector('.progress') as LitProgressBar; 488 progressEL.loading = false; 495 progressEL.loading = loading; 798 progressEL.loading = false; 829 progressEL.loading = false; 835 progressEL.loading = false; 907 progressEL.loading = false; 912 progressEL.loading = false; 955 progressEL.loading = true; 999 progressEL.loading = true; [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/task/ |
| D | TabPaneTaskFrames.ts | 35 private progressEL: LitProgressBar | null | undefined; property in TabPaneTaskFrames 51 this.progressEL!.loading = true; 140 this.progressEL = this.shadowRoot?.querySelector('.progress') as LitProgressBar; 337 this.progressEL!.loading = false; 342 this.progressEL!.loading = false;
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/snapshot/ |
| D | TabPaneSummary.ts | 42 private progressEL: LitProgressBar | null | undefined; property in TabPaneSummary 61 this.progressEL = this.shadowRoot?.querySelector('.progress') as LitProgressBar; 309 this.progressEL!.loading = true; 331 this.progressEL!.loading = false; 334 this.progressEL!.loading = false;
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/ |
| D | TabPaneSummary.ts | 41 private progressEL: LitProgressBar | null | undefined; property in TabPaneSummary 62 this.progressEL = this.shadowRoot?.querySelector('.summary_progress') as LitProgressBar; 312 this.progressEL!.loading = true; 334 this.progressEL!.loading = false; 337 this.progressEL!.loading = false;
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpRecordTrace.ts | 375 private progressEL: LitProgressBar | undefined; property in SpRecordTrace 654 this.progressEL = this.sp.shadowRoot?.querySelector('.progress') as LitProgressBar; 730 this.progressEL!.loading = false; 745 this.progressEL!.loading = false; 1005 this.progressEL!.loading = false; 1022 this.progressEL!.loading = true; 1056 this.progressEL!.loading = false; 1079 this.progressEL!.loading = true; 1140 this.progressEL!.loading = false;
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/ |
| D | SpRecordTrace.ts | 375 private progressEL: LitProgressBar | undefined; property in SpRecordTrace 653 this.progressEL = this.sp.shadowRoot?.querySelector('.progress') as LitProgressBar; 729 this.progressEL!.loading = false; 744 this.progressEL!.loading = false; 1004 this.progressEL!.loading = false; 1021 this.progressEL!.loading = true; 1055 this.progressEL!.loading = false; 1078 this.progressEL!.loading = true; 1139 this.progressEL!.loading = false;
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/ |
| D | TabPaneIOTierStatisticsAnalysis.test.ts | 171 expect(tabPane.progressEL.loading).toBeFalsy();
|