Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DRangeRuler.ts351 let mA = result + this.markAX; variable
353 if (mA >= 0 && mA <= maxX) {
354 this.markAObj.frame.x = mA;
355 } else if (mA < 0) {
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/
DPowerDubai.ets45 …this.tPowerSensorList.unshift(new TPowerSensorInfo("","Sensor","Power(mAh)","Current(mA)","Percent…
50 …st.unshift(new TPowerAppInfo("", "", "ProcessName", "Power(mAh)", "Current(mA)", "Percent",$r("app…
DPower.ets73 …rmalized_current"), "归一化电流", (normalCurrentNow / this.gpData.length).toFixed(0) + "mA", "#fff8f8"),
74 …yItem($r("app.media.icon_normalized_current"), "最大电流", maxCurrentNow.toFixed(0) + "mA", "#fff8f8"),
DSummary.ets138 …alized_current"), "归一化电流", (normalCurrentNow / this.gpData.length / 1.1125).toFixed(0) + "mA", ""),
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerTimeline.ts571 let mA = result + this.markAX;
573 if (mA >= 0 && mA <= maxX) {
574 this.markA.frame.x = mA;
575 } else if (mA < 0) {
/developtools/profiler/host/smartperf/client/client_ui/
DREADME_zh.md92 | currentNow | 当前读到的电流值,单位一般是mA。|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DCurrentNowLineChartPage.ets66 Text( (0-this.currentNow) + "mA")
DTitleWindowPage.ets151 value: (0 - Number(this.tIndexInfo.currentNow)).toString() + "mA",
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/main/
DHome.ets48 …+ nowCurrent.toString() + "mA \n瞬时电压:" + voltage.toString() + "mV 电池温度:" + (temperature/…
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/
DCurrent.ets156 Text("归一化电流 (mA)") {
/developtools/profiler/hiebpf/include/
Dvmlinux.h132362 unsigned int mA; member