Home
last modified time | relevance | path

Searched refs:AggregateUserPowerMah (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/powermgr/battery_statistics/services/native/include/entities/
H A Duser_entity.h31 void AggregateUserPowerMah(int32_t userId, double power) override;
H A Dbattery_stats_entity.h50 virtual void AggregateUserPowerMah(int32_t userId, double power);
/ohos5.0/base/powermgr/battery_statistics/services/native/src/entities/
H A Duser_entity.cpp49 void UserEntity::AggregateUserPowerMah(int32_t userId, double power) in AggregateUserPowerMah() function in OHOS::PowerMgr::UserEntity
H A Dbattery_stats_entity.cpp24 void BatteryStatsEntity::AggregateUserPowerMah(int32_t userId, double power) in AggregateUserPowerMah() function in OHOS::PowerMgr::BatteryStatsEntity
H A Duid_entity.cpp137 userEntity->AggregateUserPowerMah(userId, power); in Calculate()