Home
last modified time | relevance | path

Searched refs:ParseTotalEnergy (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dpower_supply_provider.h81 int32_t ParseTotalEnergy(int32_t* capacity);
/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_interface_impl.cpp181 return powerSupplyProvider_->ParseTotalEnergy(&totalEnergy); in GetTotalEnergy()
H A Dpower_supply_provider.cpp456 ParseTotalEnergy(&info->totalEnergy_); in UpdateInfoByReadSysFile()
744 int32_t PowerSupplyProvider::ParseTotalEnergy(int32_t* totalEnergy) in ParseTotalEnergy() function in OHOS::HDI::Battery::V2_0::PowerSupplyProvider
/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/
H A Dhdi_service_test.cpp1080 * @tc.desc: Test functions of ParseTotalEnergy
1087 giver_->ParseTotalEnergy(&totalEnergy); in HWTEST_F()
1094 giver_->ParseTotalEnergy(&totalEnergy); in HWTEST_F()

Completed in 5 milliseconds