Home
last modified time | relevance | path

Searched defs:totalEnergy (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/battery/
H A D_battery_info_v10.md170 ### totalEnergy subsection
H A D_battery_info_v11.md170 ### totalEnergy subsection
H A D_battery_info_v12.md170 ### totalEnergy subsection
H A D_battery_info_v20.md171 ### totalEnergy subsection
/ohos5.0/base/powermgr/battery_manager/test/unittest/src/
H A Dbattery_srv_proxy_mock_test.cpp137 int32_t totalEnergy = g_proxy->GetTotalEnergy(); variable
H A Dbattery_notify_test.cpp55 const int32_t totalEnergy = 50; in SetUp() local
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_dump.cpp89 int32_t totalEnergy = service->GetTotalEnergy(); in GetBatteryInfo() local
H A Dbattery_service.cpp613 int32_t totalEnergy = INVALID_BATT_INT_VALUE; in GetTotalEnergy() local
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/
H A Dhdi_service_test.cpp350 int32_t totalEnergy = strtol(buf, nullptr, strlen); in ReadTotalEnergySysfs() local
1086 int32_t totalEnergy = 0; variable
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_interface_impl.cpp179 int32_t BatteryInterfaceImpl::GetTotalEnergy(int32_t& totalEnergy) in GetTotalEnergy()
H A Dpower_supply_provider.cpp744 int32_t PowerSupplyProvider::ParseTotalEnergy(int32_t* totalEnergy) in ParseTotalEnergy()
/ohos5.0/base/powermgr/battery_manager/services/zidl/src/
H A Dbattery_srv_proxy.cpp300 int32_t totalEnergy = INVALID_BATT_INT_VALUE; in GetTotalEnergy() local
/ohos5.0/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H A Dbattery_info.h279 void SetTotalEnergy(const int32_t totalEnergy) in SetTotalEnergy()
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/
H A Dbattery_info.cpp166 int32_t totalEnergy = (int32_t)g_battClient.GetTotalEnergy(); in GetTotalEnergy() local
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp781 double totalEnergy = 0.0; in EstimateDesentEnergy() local