Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts554 addChildTraceRowAfter(child: TraceRow<any>, targetRow: TraceRow<any>) {
558 let index = this.childrenList.indexOf(targetRow);
571 addChildTraceRowBefore(child: TraceRow<BaseStruct>, targetRow: TraceRow<BaseStruct>) {
575 let index = this.childrenList.indexOf(targetRow);
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts1724 let targetRow = this.favoriteChartListEL?.getCollectRow((row) => { variable
1727 if (targetRow) {
1728 targetRow.fixedList[0] = funcStract;
1729 targetRow.highlight = highlight;