Home
last modified time | relevance | path

Searched refs:sortType (Results 1 – 23 of 23) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfBottomUp.ts34 private sortType = 0; property in TabpanePerfBottomUp
87 this.sortType = 0;
174 this.sortType = evt.detail.sort;
218 if (this.sortType === defaultSortType) {
220 } else if (this.sortType === 1) {
226 if (this.sortType === defaultSortType) {
228 } else if (this.sortType === 1) {
234 if (this.sortType === defaultSortType) {
236 } else if (this.sortType === 1) {
DTabPerfSampleList.ts38 private sortType: number = 0; property in TabPanePerfSample
102 this.sortPerfSampleTable(this.sortKey, this.sortType);
131 this.sortType = evt.detail.sort;
DTabPanePerfAnalysis.ts51 private sortType: number = 0;
75 initSort(table!, this.sortColumn, this.sortType);
102 this.sortType = evt.detail.sort;
220 initSort(table!, this.sortColumn, this.sortType);
527 if (this.sortType === 0) {
553 if (this.sortType === 1) {
573 return this.sortType === 1 ? a.count - b.count : b.count - a.count;
577 return this.sortType === 1 ? a.eventCount - b.eventCount : b.eventCount - a.eventCount;
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/irq/
DTabPaneIrqCounter.ts28 private sortType: number = 2; property in TabPaneIrqCounter
57 initSort(this.irqCounterTbl!, this.sortColumn, this.sortType);
60 this.sortByColumn(this.sortColumn, this.sortType);
106 sortByColumn(sortColumn: string, sortType: number): void {
108 let type = sortType;
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneJsCpu.ts34 private sortType = 0; property in TabPaneJsCpuCallTree
75 this.sortType = 0;
182 this.sortType = evt.detail.sort;
220 if (this.sortType === 0) {
222 } else if (this.sortType === 1) {
228 if (this.sortType === 0) {
230 } else if (this.sortType === 1) {
236 if (this.sortType === 0) {
238 } else if (this.sortType === 1) {
DTabPaneJsCpuStatistics.ts35 private sortType = 2; property in TabPaneJsCpuStatistics
70 this.sortType = 2;
139 this.sortByColumn({ key: this.sortKey, sort: this.sortType });
235 this.sortType = evt.detail.sort;
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPanePurgPin.ts33 private sortType = 2; property in TabPanePurgPin
80 this.sortByColumn({key: this.sortKey, sort: this.sortType});
103 this.sortType = 2;
180 this.sortType = evt.detail.sort;
DTabPanePurgTotal.ts32 private sortType = 2; property in TabPanePurgTotal
78 this.sortByColumn({key: this.sortKey, sort: this.sortType});
101 this.sortType = 2;
173 this.sortType = evt.detail.sort;
DTabPaneDmaSelectAbility.ts143 …const sortFunction = function (leftData: any, rightData: any, sortType: number, property: string):…
144 if (sortType === 1) {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatstics.ts40 private sortType: number = 0; property in TabPaneNMStatstics
100 this.sortByColumn(this.sortColumn, this.sortType);
248 this.sortType = nmStatSort;
253 …tiveStatisticsLeftData: any, nativeStatisticsRightData: any, column: string, sortType: number) => {
254 if (sortType === 1) {
DTabPaneNMStatisticAnalysis.ts1258 private sortDataByExistSize(sortType: number, sortColumnArr: Array<any>): any[] {
1260 return sortType === 1
1266 private sortDataByExistCount(sortType: number, sortColumnArr: Array<any>): any[] {
1268 return sortType === 1
1274 private sortDataByReleaseSize(sortType: number, sortColumnArr: Array<any>): any[] {
1276 return sortType === 1
1282 private sortDataByReleaseCount(sortType: number, sortColumnArr: Array<any>): any[] {
1284 return sortType === 1
1290 private sortDataByApplySize(sortType: number, sortColumnArr: Array<any>): any[] {
1292 return sortType === 1
[all …]
DTabPaneNMemory.ts56 private sortType: number = 0; property in TabPaneNMemory
116 args.set('sortType', this.sortType);
266 this.sortType = evt.detail.sort;
DTabPaneNMCallTree.ts46 private sortType: number = 0; property in TabpaneNMCalltree
748 this.sortType = evt.detail.sort;
889 if (this.sortType === 0) {
891 } else if (this.sortType === 1) {
897 if (this.sortType === 0) {
899 } else if (this.sortType === 1) {
/developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/
DTabCpuDetailsThreads.ts35 private sortType: number = 0; property in TabCpuDetailsThreads
63 this.sortType = evt.detail.sort;
143 this.sortByColumn({ key: this.cpuDetailsThreadSortColumn, sort: this.sortType });
DTabCpuDetailsIdle.ts39 private sortType: number = 0; property in TabCpuDetailsIdle
60 this.sortType = evt.detail.sort;
96 sort: this.sortType,
DTabCpuDetailsIrq.ts38 private sortType: number = 0; property in TabCpuDetailsIrq
59 this.sortType = evt.detail.sort;
95 sort: this.sortType,
DTabCpuDetailsFrequency.ts42 private sortType: number = 0; property in TabCpuDetailsFrequency
63 this.sortType = evt.detail.sort;
100 sort: this.sortType,
DTop20FrequencyThread.ts45 private sortType: number = 0; property in Top20FrequencyThread
72 this.sortType = evt.detail.sort;
161 sort: this.sortType,
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DSheetUtils.ts176 export function initSort(table: LitTable, sortKey: string, sortType: number, filterValue?: string):…
178 sortType = 0;
/developtools/smartperf_host/ide/src/base-ui/table/
DLitPageTable.ts328 (head as any).sortType = 0;
338 it.sortType = 0;
341 if (head.sortType == undefined || head.sortType == null) {
342 head.sortType = 0;
343 } else if (head.sortType === 2) {
344 head.sortType = 0;
346 head.sortType += 1;
350 upSvg.style.display = head.sortType === 1 ? 'block' : 'none';
351 downSvg.style.display = head.sortType === 2 ? 'block' : 'none';
352 switch (head.sortType) {
[all …]
Dlit-table.ts461 (columnHead as any).sortType = 0;
471 it.sortType = 0;
474 if (columnHead.sortType == undefined || columnHead.sortType == null) {
475 columnHead.sortType = 0;
476 } else if (columnHead.sortType === 2) {
477 columnHead.sortType = 0;
479 columnHead.sortType += 1;
483 upSvg.style.display = columnHead.sortType === 1 ? 'block' : 'none';
484 downSvg.style.display = columnHead.sortType === 2 ? 'block' : 'none';
485 switch (columnHead.sortType) {
[all …]
DLitTableHtml.ts542 head.sortType = 0; // 默认以第一列 降序排序 作为默认排序
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerNativeNemory.ts411 let sortType = paramMap.get('sortType'); variable
432 if (sortColumn !== undefined && sortType !== undefined && sortColumn !== '' && sortType !== 0) {
433 return this.sortByNativeMemoryColumn(sortColumn, sortType, filter);