/developtools/smartperf_host/ide/src/base-ui/switch/ |
D | lit-switch.ts | 39 get checked() { method in LitSwitch 43 set checked(value) { method in LitSwitch 132 this.checked = this.checked; 134 this.checked = this.switch!.checked; 137 checked: this.checked, 145 this.checked = !this.checked; 148 checked: this.checked, 192 this.switch.checked = true; 194 this.switch.checked = false; 201 checked: boolean; property
|
/developtools/profiler/host/smartperf/ide/src/base-ui/switch/ |
D | lit-switch.ts | 39 get checked() { method in LitSwitch 43 set checked(value) { method in LitSwitch 132 this.checked = this.checked; 134 this.checked = this.switch!.checked; 137 checked: this.checked, 145 this.checked = !this.checked; 148 checked: this.checked, 192 this.switch.checked = true; 194 this.switch.checked = false; 201 checked: boolean; property
|
/developtools/profiler/host/smartperf/ide/src/trace/component/setting/ |
D | SpCheckDesBox.ts | 41 get checked() { method in SpCheckDesBox 45 set checked(checked: boolean) { method in SpCheckDesBox 46 if (checked) { 48 this._checkBox!.checked = true; 51 this._checkBox!.checked = false; 88 this.checked = detail!.checked; 95 this._checkBox!.checked = newValue !== null;
|
D | SpProbesConfig.ts | 42 if (this.hitrace && this.hitrace.checked) { 77 if (this.hitrace && this.hitrace.checked) { 90 if (logLevel.checked) { 123 checkDesBox.checked = configBean.isSelect; 149 checkDesBox.checked = configBean.isSelect; 167 checkDesBox.checked = configBean.isSelect; 239 litCheckBox.checked = hitraceConfig.isSelect; 242 if (this.hitrace?.checked == false) { 243 this.hitrace.checked = detail!.checked; 245 if (detail!.checked == false && this.hitrace?.checked == true) { [all …]
|
D | SpRecordTemplate.ts | 96 if (detail!.checked) { 107 if (this.frameTimeline?.checked || this.appStartup?.checked) { 120 if (this.schedulingAnalysis?.checked) { 128 if (this.taskPoolEl!.checked) {
|
/developtools/smartperf_host/ide/src/trace/component/setting/ |
D | SpCheckDesBox.ts | 53 get checked() { method in SpCheckDesBox 57 set checked(checked: boolean) { method in SpCheckDesBox 58 if (checked) { 60 this._checkBox!.checked = true; 63 this._checkBox!.checked = false; 103 this.checked = detail!.checked; 110 this._checkBox!.checked = newValue !== null;
|
D | SpRecordTemplate.ts | 100 if (detail!.checked) { 111 if (this.frameTimeline?.checked || this.appStartup?.checked || this.dynamicEffectEl?.checked) { 118 if (this.appStartup?.checked) { 128 if (this.schedulingAnalysis?.checked) { 136 if (this.taskPoolEl!.checked) {
|
D | SpArkTs.ts | 140 if (detail.checked) { 151 if (detail.checked) { 154 if (!this.cpuSwitch?.checked) { 155 litSwitch.checked = false; 166 if (!detail.checked && !this.memorySwitch?.checked) { 167 litSwitch.checked = false; 169 } else if (detail.checked) { 180 litSwitch.checked = true; 231 item.checked = false; 251 item.checked = true;
|
D | SpProbesConfig.ts | 42 if (this.hitrace && this.hitrace.checked) { 77 if (this.hitrace && this.hitrace.checked) { 90 if (logLevel.checked) { 123 checkDesBox.checked = configBean.isSelect; 149 checkDesBox.checked = configBean.isSelect; 167 checkDesBox.checked = configBean.isSelect; 249 litCheckBox.checked = hitraceConfig.isSelect; 252 if (this.hitrace?.checked === false) { 253 this.hitrace.checked = detail!.checked; 255 if (detail!.checked === false && this.hitrace?.checked === true) { [all …]
|
/developtools/profiler/host/smartperf/ide/src/base-ui/checkbox/ |
D | LitCheckBox.ts | 38 get checked() { method in LitCheckBox 42 set checked(boxCheck: boolean) { method in LitCheckBox 147 this.checked = this.checkbox!.checked; 150 checked: this.checked, 159 this.checkbox.checked = newValue !== null; 169 checked: boolean; property
|
D | LitCheckBoxWithText.ts | 53 get checked() { method in LitCheckBoxWithText 57 set checked(checked: boolean) { method in LitCheckBoxWithText 58 if (checked) { 97 this._checkBox!.checked = newValue !== null;
|
/developtools/smartperf_host/ide/src/base-ui/checkbox/ |
D | LitCheckBox.ts | 38 get checked() { method in LitCheckBox 42 set checked(boxCheck: boolean) { method in LitCheckBox 147 this.checked = this.checkbox!.checked; 150 checked: this.checked, 159 this.checkbox.checked = newValue !== null; 169 checked: boolean; property
|
D | LitCheckBoxWithText.ts | 53 get checked() { method in LitCheckBoxWithText 57 set checked(checked: boolean) { method in LitCheckBoxWithText 58 if (checked) { 97 this._checkBox!.checked = newValue !== null;
|
/developtools/smartperf_host/ide/src/base-ui/tree/ |
D | LitTreeNode.ts | 121 get checked() { method in LitTreeNode 125 set checked(value) { method in LitTreeNode 144 this.onChange(e.detail.checked); 153 this.onChange(!this.data?.checked); 157 onChange(checked: boolean) { 158 this.checked = checked; 159 this.data!.checked = checked; 161 this.dispatchEvent(new CustomEvent('change', {detail: checked})); 328 if (this.hasAttribute('checked')) this.checkboxElement!.checked = true; 333 if (this.checked) { [all …]
|
/developtools/profiler/host/smartperf/ide/src/base-ui/radiobox/ |
D | LitRadioBox.ts | 29 get checked() { method in LitRadioBox 33 set checked(radioValue: boolean) { method in LitRadioBox 204 this.checked = this.checked; 209 siblingNode.checked = false; 211 this.checked = true; 217 this.radio.checked = newValue !== null;
|
/developtools/smartperf_host/ide/src/base-ui/radiobox/ |
D | LitRadioBox.ts | 41 get checked() { method in LitRadioBox 45 set checked(radioValue: boolean) { method in LitRadioBox 219 this.checked = this.checked; 224 siblingNode.checked = false; 226 this.checked = true; 232 this.radio.checked = newValue !== null;
|
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/ |
D | TabPaneFilter.ts | 378 … checks: [!check!.checked, row[1].querySelector<LitCheckBox>('lit-check-box')!.checked], 383 … checks: [row[0].querySelector<LitCheckBox>('lit-check-box')!.checked, !check!.checked], 388 check!.checked = !check!.checked; 394 … checks: [ev.target.checked, row[1].querySelector<LitCheckBox>('lit-check-box')!.checked], 399 … checks: [row[0].querySelector<LitCheckBox>('lit-check-box')!.checked, ev.target.checked], 416 ev.target.checked ? e.removeAttribute('disabled') : e.setAttribute('disabled', ''); 420 checked: ev.target.checked, 439 checked: check!.checked, 454 a.checked ? 'checked' : '' 475 this.cutList[idx].checked = e!.querySelector<LitCheckBox>('lit-check-box')!.checked; [all …]
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ |
D | TabPaneFilter.ts | 378 … checks: [!check!.checked, row[1].querySelector<LitCheckBox>('lit-check-box')!.checked], 383 … checks: [row[0].querySelector<LitCheckBox>('lit-check-box')!.checked, !check!.checked], 388 check!.checked = !check!.checked; 394 … checks: [ev.target.checked, row[1].querySelector<LitCheckBox>('lit-check-box')!.checked], 399 … checks: [row[0].querySelector<LitCheckBox>('lit-check-box')!.checked, ev.target.checked], 416 ev.target.checked ? e.removeAttribute('disabled') : e.setAttribute('disabled', ''); 420 checked: ev.target.checked, 439 checked: check!.checked, 454 a.checked ? 'checked' : '' 475 this.cutList[idx].checked = e!.querySelector<LitCheckBox>('lit-check-box')!.checked; [all …]
|
/developtools/smartperf_host/ide/test/base-ui/checkbox/ |
D | LitCheckBox.test.ts | 28 expect(litCheckBox.checked).toBeFalsy(); 33 litCheckBox.checked = true; 34 expect(litCheckBox.checked).toBeTruthy(); 52 litCheckBox.checked = false; 53 expect(litCheckBox.checked).toBeFalsy();
|
D | LitCheckBoxWithText.test.ts | 28 expect(litCheckBoxWithText.checked).toBeFalsy(); 33 litCheckBoxWithText.checked = true; 34 expect(litCheckBoxWithText.checked).toBeTruthy(); 39 litCheckBoxWithText.checked = false; 40 expect(litCheckBoxWithText.checked).toBeFalsy();
|
/developtools/smartperf_host/ide/test/trace/component/setting/ |
D | SpCheckDesBox.test.ts | 38 spCheckDesBox.checked = false; 39 expect(spCheckDesBox.checked).toBeFalsy(); 43 spCheckDesBox.checked = true; 44 expect(spCheckDesBox.checked).toBeTruthy();
|
/developtools/profiler/host/smartperf/ide/src/trace/component/schedulingAnalysis/ |
D | CheckCpuSetting.ts | 93 bigCheckBox.checked = cpuSetting.big; 95 midCheckBox.checked = cpuSetting.middle; 97 smallCheckBox.checked = cpuSetting.small; 99 midCheckBox.checked = false; 100 smallCheckBox.checked = false; 107 bigCheckBox.checked = false; 108 smallCheckBox.checked = false; 115 midCheckBox.checked = false; 116 bigCheckBox.checked = false;
|
/developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/ |
D | CheckCpuSetting.ts | 93 bigCheckBox.checked = cpuSetting.big; 95 midCheckBox.checked = cpuSetting.middle; 97 smallCheckBox.checked = cpuSetting.small; 99 midCheckBox.checked = false; 100 smallCheckBox.checked = false; 107 bigCheckBox.checked = false; 108 smallCheckBox.checked = false; 115 midCheckBox.checked = false; 116 bigCheckBox.checked = false;
|
/developtools/profiler/host/smartperf/ide/src/base-ui/popover/ |
D | LitPopoverV.ts | 436 checkbox.checked = !checkbox.checked; 437 this.visible = checkbox.checked; 466 this.shadowRoot!.querySelector('.trigger-click')!.checked = false; 469 this.shadowRoot!.querySelector('.trigger-click')!.checked = true;
|
/developtools/smartperf_host/ide/src/base-ui/popover/ |
D | LitPopoverV.ts | 444 checkbox.checked = !checkbox.checked; 445 this.visible = checkbox.checked; 474 this.shadowRoot!.querySelector('.trigger-click')!.checked = false; 477 this.shadowRoot!.querySelector('.trigger-click')!.checked = true;
|