Searched refs:getCollectRows (Results 1 – 4 of 4) sorted by relevance
114 .getCollectRows((row) => row.rowType === 'heap')
326 getCollectRows(condition: (row: TraceRow<any>) => boolean): Array<TraceRow<any>> {327 return this.favoriteChartListEL!.getCollectRows(condition);1277 const collectList = this.favoriteChartListEL!.getCollectRows();1410 this.getCollectRows((row) => row.rowParentId === data.rowId).forEach((it) => {1594 ...this.favoriteChartListEL!.getCollectRows(filter),
514 const collectList = sp.favoriteChartListEL!.getCollectRows();
156 getCollectRows(filter?: (row: TraceRow<any>) => boolean): Array<TraceRow<any>> | [] { method in SpChartList