Searched refs:appKey (Results 1 – 15 of 15) sorted by relevance
| /developtools/smartperf_host/ide/test/trace/component/chart/ |
| D | SpHiSysEnergyChart.test.ts | 67 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/ |
| D | TabPaneEnergyAnomaly.test.ts | 41 appKey: 'BATTERY_DRAIN', 47 appKey: 'BATTERY_GAS_GUAGE', 53 appKey: 'APPNAME', 59 appKey: 'COUNT', 65 appKey: 'APPNAME', 79 appKey: 'BGENERGY',
|
| D | TabPanePowerDetails.test.ts | 46 appKey: 'APPNAME', 52 appKey: 'BACKGROUND_DURATION', 58 appKey: 'APPNAME', 64 appKey: 'BACKGROUND_DURATION', 70 appKey: 'APPNAME', 76 appKey: 'BACKGROUND_DURATION',
|
| D | TabPaneSystemDetails.test.ts | 49 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 …]
|
| D | TabPanePowerBattery.test.ts | 44 appKey: 'appname', 50 appKey: 'appname',
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/energy/ |
| D | TabPanePowerDetails.ts | 179 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) +…
|
| D | TabPanePowerBattery.ts | 57 if (item.appKey.toLocaleLowerCase() === 'appname') { 62 powerDatum[item.appKey.toLocaleLowerCase()] = eventValue;
|
| D | TabPaneSystemDetails.ts | 350 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/ |
| D | SpHiSysEnergyChart.ts | 113 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/ |
| D | ProcedureWorkerEnergyAnomaly.ts | 137 if (it.appKey === 'APPNAME' && it.eventValue.split(',').indexOf(appName) >= 0) { 140 if (it.appKey != 'APPNAME') { 168 appKey: string | undefined; property in EnergyAnomalyStruct
|
| D | ProcedureWorkerEnergySystem.ts | 230 appKey: string | undefined;
|
| D | ProcedureWorkerEnergyPower.ts | 189 appKey: string | undefined;
|
| /developtools/smartperf_host/ide/src/trace/database/sql/ |
| D | ProcessThread.sql.ts | 750 appKey: string; 814 appKey: string; 853 appKey: string;
|
| D | SqlLite.sql.ts | 595 appKey: string; 625 appKey: string; 674 appKey: string;
|
| /developtools/smartperf_host/ide/src/trace/database/data-trafic/ |
| D | EnergySysEventReceiver.ts | 151 if (it.appKey === '1') { 153 } else if (it.appKey === '2') {
|