Home
last modified time | relevance | path

Searched refs:currentSelectedData (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMCallTree.ts47 private currentSelectedData: any = undefined; property in TabpaneNMCalltree
430 if (this.currentSelectedData) {
431 this.currentSelectedData.isSelected = false;
432 this.nmCallTreeTbl?.clearAllSelection(this.currentSelectedData);
434 this.currentSelectedData = undefined;
526 if (this.currentSelectedData && !this.currentSelectedData.canCharge) {
529 if (this.currentSelectedData !== undefined) {
530 …this.nmCallTreeFilter!.addDataMining({ name: this.currentSelectedData.symbolName }, nmCallTreeFunc…
533 funcArgs: [this.currentSelectedData.symbolName, false, true],
539 if (this.currentSelectedData && !this.currentSelectedData.canCharge) {
[all …]
/developtools/smartperf_host/ide/src/base-ui/tree/
DLitTree.ts34 private currentSelectedData: any; property in LitTree
134 this.currentSelectedData = null;
201 this.currentSelectedData = node.data;
451 if (this.currentSelectedData) {
452 this.currentSelectedData.children.push(obj);
530 this.currentSelectedData = insertNode.data;