Home
last modified time | relevance | path

Searched refs:appKey (Results 1 – 15 of 15) sorted by relevance

/developtools/smartperf_host/ide/test/trace/component/chart/
DSpHiSysEnergyChart.test.ts67 appKey: 'APPNAME',
73 appKey: 'BACKGROUND_ENERGY',
98 appKey: 'TYPE',
104 appKey: 'TAG',
113 appKey: 'TYPE',
119 appKey: 'TAG',
128 appKey: 'TYPE',
134 appKey: 'TAG',
159 appKey: 'APPNAME',
165 appKey: 'BACKGROUND_ENERGY',
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/energy/
DTabPaneEnergyAnomaly.test.ts41 appKey: 'BATTERY_DRAIN',
47 appKey: 'BATTERY_GAS_GUAGE',
53 appKey: 'APPNAME',
59 appKey: 'COUNT',
65 appKey: 'APPNAME',
79 appKey: 'BGENERGY',
DTabPanePowerDetails.test.ts46 appKey: 'APPNAME',
52 appKey: 'BACKGROUND_DURATION',
58 appKey: 'APPNAME',
64 appKey: 'BACKGROUND_DURATION',
70 appKey: 'APPNAME',
76 appKey: 'BACKGROUND_DURATION',
DTabPaneSystemDetails.test.ts49 appKey: 'workid',
55 appKey: 'name',
61 appKey: 'workid',
67 appKey: 'name',
73 appKey: 'workid',
79 appKey: 'name',
90 appKey: 'tag',
96 appKey: 'message',
102 appKey: 'tag',
108 appKey: 'message',
[all …]
DTabPanePowerBattery.test.ts44 appKey: 'appname',
50 appKey: 'appname',
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/energy/
DTabPanePowerDetails.ts179 if (item.appKey.toLocaleLowerCase() === 'appname') {
183 } else if (currentAppIndex > -1 && (set.has(item.appKey) ? item.startNS >= tsMax : true)) {
184 if (set.has(item.appKey)) {
185 …powerDatum[item.appKey.toLocaleLowerCase()] = item.startNS >= tsMax ? (tsMax = item.startNS , item…
187 …powerDatum[item.appKey.toLocaleLowerCase()] = (powerDatum[item.appKey.toLocaleLowerCase()] || 0) +…
DTabPanePowerBattery.ts57 if (item.appKey.toLocaleLowerCase() === 'appname') {
62 powerDatum[item.appKey.toLocaleLowerCase()] = eventValue;
DTabPaneSystemDetails.ts350 convertItem[item.ts + item.eventName][item.appKey.toLocaleLowerCase()] = item.appValue;
352 convertItem[item.ts + item.eventName][item.appKey.toLocaleLowerCase()] = item.appValue;
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpHiSysEnergyChart.ts113 this.appKeyMap.set(item.id!, item.appKey ?? '');
119 this.powerAppKeyNameMap.set(item.id, item.appKey ?? '');
172 item.appKey = this.appKeyMap.get(res[index].id!);
248 item.appKey = this.powerAppKeyNameMap.get(res[index].id!);
562 appKey: string,
567 if (item.appKey === 'APPNAME') {
581 if (item.appKey !== 'APPNAME') {
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerEnergyAnomaly.ts137 if (it.appKey === 'APPNAME' && it.eventValue.split(',').indexOf(appName) >= 0) {
140 if (it.appKey != 'APPNAME') {
168 appKey: string | undefined; property in EnergyAnomalyStruct
DProcedureWorkerEnergySystem.ts230 appKey: string | undefined;
DProcedureWorkerEnergyPower.ts189 appKey: string | undefined;
/developtools/smartperf_host/ide/src/trace/database/sql/
DProcessThread.sql.ts750 appKey: string;
814 appKey: string;
853 appKey: string;
DSqlLite.sql.ts595 appKey: string;
625 appKey: string;
674 appKey: string;
/developtools/smartperf_host/ide/src/trace/database/data-trafic/
DEnergySysEventReceiver.ts151 if (it.appKey === '1') {
153 } else if (it.appKey === '2') {