| /developtools/smartperf_host/ide/src/base-ui/tabs/ |
| D | lit-tabpane.ts | 99 attributeChangedCallback(name: string, oldValue: string, newValue: string) { 100 if (oldValue !== newValue && newValue !== undefined) {
|
| D | lit-tabs.ts | 352 attributeChangedCallback(name: string, oldValue: string, newValue: string) { 353 if (name === 'activekey' && this.nav && oldValue !== newValue && newValue != '') {
|
| /developtools/smartperf_host/ide/src/trace/component/setting/ |
| D | SpHilogRecord.ts | 83 attributeChangedCallback(name: string, oldValue: string, newValue: string): void { 84 super.attributeChangedCallback(name, oldValue, newValue);
|
| D | SpCheckDesBox.ts | 108 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
|
| /developtools/smartperf_host/ide/src/base-ui/popover/ |
| D | LitPopoverTitle.ts | 48 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
|
| D | LitPopContent.ts | 76 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
|
| D | LitPopoverV.ts | 478 attributeChangedCallback(name: any, oldValue: any, newValue: any) {
|
| /developtools/smartperf_host/ide/src/base-ui/table/ |
| D | lit-table-group.ts | 49 attributeChangedCallback(name: string, oldValue: string, newValue: string) {}
|
| D | lit-table-column.ts | 56 attributeChangedCallback(name: string, oldValue: string, newValue: string) {}
|
| /developtools/smartperf_host/ide/src/base-ui/chart/pagenation/ |
| D | PaginationBox.ts | 61 attributeChangedCallback(name: string, oldValue: string, value: string) {
|
| /developtools/smartperf_host/ide/src/base-ui/ |
| D | BaseElement.ts | 44 attributeChangedCallback(name: string, oldValue: string, newValue: string) {}
|
| /developtools/smartperf_host/ide/src/base-ui/select/ |
| D | LitSelectOption.ts | 112 attributeChangedCallback(name: any, oldValue: any, newValue: any) {}
|
| D | LitAllocationSelect.ts | 174 attributeChangedCallback(name: any, oldValue: any, newValue: any) {
|
| /developtools/smartperf_host/ide/src/base-ui/slicer/ |
| D | lit-slicer.ts | 55 attributeChangedCallback(name: any, oldValue: any, newValue: any) { 197 attributeChangedCallback(name: any, oldValue: any, newValue: any) {}
|
| /developtools/smartperf_host/ide/src/base-ui/checkbox/ |
| D | LitCheckBoxWithText.ts | 95 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
|
| D | LitCheckBox.ts | 176 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
|
| /developtools/smartperf_host/ide/src/base-ui/menu/ |
| D | LitMainMenuGroup.ts | 174 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
|
| D | LitMainMenuItem.ts | 195 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
|
| /developtools/smartperf_host/ide/src/base-ui/icon/ |
| D | LitIcon.ts | 99 attributeChangedCallback(name: string, oldValue: string, value: string) {
|
| /developtools/smartperf_host/ide/src/base-ui/radiobox/ |
| D | LitRadioBox.ts | 241 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
|
| /developtools/smartperf_host/ide/src/base-ui/switch/ |
| D | lit-switch.ts | 190 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
|
| /developtools/smartperf_host/ide/src/base-ui/drawer/ |
| D | LitDrawer.ts | 338 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
|
| /developtools/hiperf/src/ |
| D | subcommand_record.cpp | 640 int oldValue = 0; in SetPerfLimit() local 641 if (!ReadIntFromProcFile(file, oldValue)) { in SetPerfLimit() 646 if (cmp(oldValue, value)) { in SetPerfLimit() 668 auto cmp = [](int oldValue, int newValue) { return oldValue == newValue; }; in SetPerfCpuMaxPercent() argument 674 auto cmp = [](int oldValue, int newValue) { return oldValue == newValue; }; in SetPerfMaxSampleRate() argument 692 auto cmp = [](int oldValue, int newValue) { return oldValue == newValue; }; in SetPerfEventMlock() argument
|
| /developtools/smartperf_host/ide/src/base-ui/button/ |
| D | LitButton.ts | 198 attributeChangedCallback(name: string, oldValue: string, value: string) {
|
| /developtools/smartperf_host/ide/src/base-ui/tree/ |
| D | LitTreeNode.ts | 301 attributeChangedCallback(name: string, oldValue: any, newValue: any): void {
|