Home
last modified time | relevance | path

Searched refs:oldValue (Results 1 – 25 of 34) sorted by relevance

12

/developtools/smartperf_host/ide/src/base-ui/tabs/
Dlit-tabpane.ts99 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
100 if (oldValue !== newValue && newValue !== undefined) {
Dlit-tabs.ts352 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
353 if (name === 'activekey' && this.nav && oldValue !== newValue && newValue != '') {
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpHilogRecord.ts83 attributeChangedCallback(name: string, oldValue: string, newValue: string): void {
84 super.attributeChangedCallback(name, oldValue, newValue);
DSpCheckDesBox.ts108 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
/developtools/smartperf_host/ide/src/base-ui/popover/
DLitPopoverTitle.ts48 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
DLitPopContent.ts76 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
DLitPopoverV.ts478 attributeChangedCallback(name: any, oldValue: any, newValue: any) {
/developtools/smartperf_host/ide/src/base-ui/table/
Dlit-table-group.ts49 attributeChangedCallback(name: string, oldValue: string, newValue: string) {}
Dlit-table-column.ts56 attributeChangedCallback(name: string, oldValue: string, newValue: string) {}
/developtools/smartperf_host/ide/src/base-ui/chart/pagenation/
DPaginationBox.ts61 attributeChangedCallback(name: string, oldValue: string, value: string) {
/developtools/smartperf_host/ide/src/base-ui/
DBaseElement.ts44 attributeChangedCallback(name: string, oldValue: string, newValue: string) {}
/developtools/smartperf_host/ide/src/base-ui/select/
DLitSelectOption.ts112 attributeChangedCallback(name: any, oldValue: any, newValue: any) {}
DLitAllocationSelect.ts174 attributeChangedCallback(name: any, oldValue: any, newValue: any) {
/developtools/smartperf_host/ide/src/base-ui/slicer/
Dlit-slicer.ts55 attributeChangedCallback(name: any, oldValue: any, newValue: any) {
197 attributeChangedCallback(name: any, oldValue: any, newValue: any) {}
/developtools/smartperf_host/ide/src/base-ui/checkbox/
DLitCheckBoxWithText.ts95 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
DLitCheckBox.ts176 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
/developtools/smartperf_host/ide/src/base-ui/menu/
DLitMainMenuGroup.ts174 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
DLitMainMenuItem.ts195 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
/developtools/smartperf_host/ide/src/base-ui/icon/
DLitIcon.ts99 attributeChangedCallback(name: string, oldValue: string, value: string) {
/developtools/smartperf_host/ide/src/base-ui/radiobox/
DLitRadioBox.ts241 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
/developtools/smartperf_host/ide/src/base-ui/switch/
Dlit-switch.ts190 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
/developtools/smartperf_host/ide/src/base-ui/drawer/
DLitDrawer.ts338 attributeChangedCallback(name: string, oldValue: string, newValue: string) {
/developtools/hiperf/src/
Dsubcommand_record.cpp640 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/
DLitButton.ts198 attributeChangedCallback(name: string, oldValue: string, value: string) {
/developtools/smartperf_host/ide/src/base-ui/tree/
DLitTreeNode.ts301 attributeChangedCallback(name: string, oldValue: any, newValue: any): void {

12