Home
last modified time | relevance | path

Searched defs:GetTotalEnergy (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/powermgr/battery_manager/frameworks/native/src/
H A Dbattery_srv_client.cpp159 int32_t BatterySrvClient::GetTotalEnergy() in GetTotalEnergy() function in OHOS::PowerMgr::BatterySrvClient
/ohos5.0/base/powermgr/battery_manager/test/benchmarktest/
H A Dbattery_benchmark_test.cpp221 BENCHMARK_F(BatteryBenchmarkTest, GetTotalEnergy)(benchmark::State& st) in BENCHMARK_F() argument
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_interface_impl.cpp179 int32_t BatteryInterfaceImpl::GetTotalEnergy(int32_t& totalEnergy) in GetTotalEnergy() function in OHOS::HDI::Battery::V2_0::BatteryInterfaceImpl
/ohos5.0/base/powermgr/battery_manager/services/zidl/src/
H A Dbattery_srv_proxy.cpp280 int32_t BatterySrvProxy::GetTotalEnergy() in GetTotalEnergy() function in OHOS::PowerMgr::BatterySrvProxy
/ohos5.0/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H A Dbattery_info.h359 const int32_t& GetTotalEnergy() const in GetTotalEnergy() function
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_service.cpp611 int32_t BatteryService::GetTotalEnergy() in GetTotalEnergy() function in OHOS::PowerMgr::BatteryService
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/
H A Dbattery_info.cpp163 static napi_value GetTotalEnergy(napi_env env, napi_callback_info info) in GetTotalEnergy() function