Home
last modified time | relevance | path

Searched refs:childrenList (Results 1 – 11 of 11) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts185 childrenList: Array<TraceRow<any>> = []; property in TraceRow
471 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 …]
DTraceRowConfig.ts276 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);
/developtools/smartperf_host/ide/src/trace/bean/
DBoxSelection.ts184 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 …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/
DTabPaneSlices.ts110 if (row.childrenList) {
111 for (const childrenRow of row.childrenList) {
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.line.ts200 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>) => {
DSpSystemTrace.init.ts387 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) {
DSpSystemTrace.ts908 if (currentRow.parentRowEl?.folder && currentRow.parentRowEl?.childrenList) {
910 const childrenList = parent.childrenList; constant
913 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) => {
DSpSystemTrace.event.ts154 jankRowParent.childrenList.forEach((item: TraceRow<JankStruct>) => {
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpNativeMemoryChart.ts112 nativeRow.childrenList.forEach((row) => (row.drawType = parseInt(value[0])));
DSpHiPerf.ts161 row.childrenList.forEach((child) => {
166 child.childrenList.forEach((sz) => {
DSpFrameTimeChart.ts235 let targetRowList = processRow.childrenList.filter(
511 systemTraceRow.childrenList.forEach((row): void => {