Home
last modified time | relevance | path

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

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