Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts1428 … this.favoriteChartListEL!.getCollectRow((row) => row.rowId === rowId && row.rowType === rowType);
1456 … this.favoriteChartListEL!.getCollectRow((row) => row.rowId === rowId && row.rowType === rowType);
1488 this.favoriteChartListEL!.getCollectRow((row) => {
1644 this.favoriteChartListEL!.getCollectRow((row) => row.hasAttribute('scene'));
1670 this.favoriteChartListEL!.getCollectRow((row) => row.hasAttribute('scene'));
1724 let targetRow = this.favoriteChartListEL?.getCollectRow((row) => {
/developtools/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts183 getCollectRow(filter: (row: TraceRow<any>) => boolean): TraceRow<any> | undefined { method in SpChartList