Searched refs:childrenList (Results 1 – 11 of 11) sorted by relevance
185 childrenList: Array<TraceRow<any>> = []; property in TraceRow471 for (const childrenRow of this.childrenList) {476 if (childrenRow.childrenList && childrenRow.folder && childrenRow.expansion) {498 this.childrenList.forEach((child) => {503 this.childrenList = [];549 this.childrenList.push(child);558 let index = this.childrenList.indexOf(targetRow);561 this.childrenList.splice(index + 1, 0, child);565 this.childrenList.push(child);575 let index = this.childrenList.indexOf(targetRow);[all …]
276 this.refreshChildRow(traceRow.childrenList, true);285 if (traceRow.childrenList && traceRow.childrenList.length > 0) {286 this.refreshChildRow(traceRow.childrenList, isShowRow);292 this.refreshChildRow(traceRow.childrenList);358 if (row.childrenList && row.childrenList.length > 0) {359 this.refreshChildRow(row.childrenList, isShowScene);365 if (row.childrenList && row.childrenList.length > 0) {366 this.refreshChildRow(row.childrenList);
184 processChildRows = [...it.childrenList];214 memoryRows = [...it.childrenList];299 abilityChildRows = [...it.childrenList];352 hiperfProcessRows = [...it.childrenList];452 vMTrackerChildRows = [...it.childrenList];463 vMTrackerGpuChildRows = [...th.childrenList];477 sMapsChildRows = [...th.childrenList];510 it.childrenList.forEach((child) => {602 vMTrackerGpuChildRows = [...it.childrenList];648 sdkRows = [...it.childrenList];[all …]
110 if (row.childrenList) {111 for (const childrenRow of row.childrenList) {
200 endParentRow.childrenList.forEach((item: TraceRow<JankStruct>) => {208 endParentRow?.childrenList?.forEach((item: TraceRow<JankStruct>) => {215 endParentRow.childrenList.forEach((item: TraceRow<JankStruct>) => {527 endRowStruct = endParentRow.childrenList.find((item: TraceRow<ThreadStruct>) => {
387 row.childrenList.forEach((item) => {411 row.childrenList.forEach((ite) => ite.checkType = '0');419 row.childrenList.forEach((it) => it.checkType = '-1');534 …vr.sticky = sp.visibleRows.some((vro) => vr.childrenList.filter((it) => !it.collect).indexOf(vro) …777 let filterRow = threadProcessRow.childrenList.filter(799 let sdkRow = parentRow.childrenList.filter(867 for (let child of it.childrenList) {
908 if (currentRow.parentRowEl?.folder && currentRow.parentRowEl?.childrenList) {910 const childrenList = parent.childrenList; constant913 for (const child of childrenList) {1679 if (parentRow.childrenList && parentRow.childrenList.length > 0) {1680 allTraceRow.push(...parentRow.childrenList);1738 …let filterRow = parentRow.childrenList.filter((child) => child.rowId == funcRowID && child.rowType…1868 it.childrenList.forEach((child) => {1878 it.childrenList.forEach((child) => {
154 jankRowParent.childrenList.forEach((item: TraceRow<JankStruct>) => {
112 nativeRow.childrenList.forEach((row) => (row.drawType = parseInt(value[0])));
161 row.childrenList.forEach((child) => {166 child.childrenList.forEach((sz) => {
235 let targetRowList = processRow.childrenList.filter(511 systemTraceRow.childrenList.forEach((row): void => {