Searched refs:favoriteChartListEL (Results 1 – 5 of 5) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpSystemTrace.ts | 171 favoriteChartListEL: SpChartList | undefined | null; property in SpSystemTrace 327 return this.favoriteChartListEL!.getCollectRows(condition); 387 this.favoriteChartListEL!.refreshFavoriteCanvas(); 545 this.favoriteChartListEL!.clearRect(); 552 …this.favoriteChartListEL?.drawLines(TraceRow.range?.xs, this.timerShaftEL!.lineColor()); // chart … 583 this.favoriteChartListEL?.drawWakeUp(); 602 this.favoriteChartListEL?.drawWakeUpList(SpSystemTrace.wakeupList[i + 1]); 620 …this.favoriteChartListEL?.drawFlagLineSegment(this.hoverFlag, this.selectFlag, this.timerShaftEL!); 634 …this.favoriteChartListEL?.drawLogsLineSegment(this.traceSheetEL!.systemLogFlag, this.timerShaftEL!… 643 this.favoriteChartListEL!.clientHeight [all …]
|
| D | SpSystemTrace.init.ts | 107 sp.favoriteChartListEL!.insertRow(cpuFavoriteRow, sp.currentCollectGroup, true); 135 sp.favoriteChartListEL != null && 142 sp.favoriteChartListEL.insertRowBefore(sp.currentClickRow, cpuFavoriteRow); 145 … sp.favoriteChartListEL.insertRowBefore(sp.currentClickRow, cpuFavoriteRow.nextSibling); 263 sp.favoriteChartListEL?.deleteRow(currentRow, event.detail.type !== 'auto-collect'); 336 …sp.favoriteChartListEL?.insertRow(currentRow, sp.currentCollectGroup, event.detail.type !== 'auto-… 340 …if (sp.favoriteChartListEL !== null && sp.currentClickRow !== null && sp.currentClickRow !== curre… 344 sp.favoriteChartListEL!.insertRowBefore(sp.currentClickRow!, currentRow!); 347 … sp.favoriteChartListEL!.insertRowBefore(sp.currentClickRow!, currentRow!.nextSibling!); 382 ...sp.favoriteChartListEL!.getAllCollectRows(), [all …]
|
| D | SpSystemTrace.line.ts | 64 let collectList = sp.favoriteChartListEL!.getAllCollectRows(); 112 let collectList = sp.favoriteChartListEL!.getAllCollectRows(); 241 let collectList = sp.favoriteChartListEL!.getAllCollectRows(); 439 let collectList = sp.favoriteChartListEL!.getAllCollectRows(); 514 const collectList = sp.favoriteChartListEL!.getCollectRows();
|
| D | SpSystemTrace.event.ts | 384 sp.inFavoriteArea = sp.favoriteChartListEL?.containPoint(ev); 424 sp.favoriteChartListEL!.getBoundingClientRect().bottom 665 let inFavoriteArea = sp.favoriteChartListEL?.containPoint(ev);
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | RangeSelect.ts | 56 return this.trace!.favoriteChartListEL!.containPoint(ev, { left: 248 }); 160 let favoriteRect = this.trace?.favoriteChartListEL?.getBoundingClientRect();
|