Home
last modified time | relevance | path

Searched refs:fixedList (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts146 public fixedList: Array<T> = []; property in TraceRow
493 this.fixedList = [];
1108 this.dataListCache.push(...this.fixedList);
1123 } else if (this.fixedList.length > 0 && !this.dataListCache.includes(this.fixedList[0])) {
1124 this.dataListCache.push(this.fixedList[0]);
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.event.ts93 cpuRow.fixedList = [
104 let findEntry = cpuRow!.fixedList[0];
222 let findEntry = threadRow!.fixedList[0];
261 threadRow.fixedList = [
DSpSystemTrace.ts1728 targetRow.fixedList[0] = funcStract;
1747 filterRow.fixedList = [funcStract];
1755 this.toTargetDepth(filterRow.fixedList[0], funcRowID, funcStract);
DSpSystemTrace.line.ts277 selectRow!.fixedList = relationDataList;
DSpSystemTrace.init.ts749 item.fixedList = [findEntry];