Searched refs:AggregateUserPowerMah (Results 1 – 5 of 5) sorted by relevance
31 void AggregateUserPowerMah(int32_t userId, double power) override;
50 virtual void AggregateUserPowerMah(int32_t userId, double power);
50 void UserEntity::AggregateUserPowerMah(int32_t userId, double power) in AggregateUserPowerMah() function in OHOS::PowerMgr::UserEntity
24 void BatteryStatsEntity::AggregateUserPowerMah(int32_t userId, double power) in AggregateUserPowerMah() function in OHOS::PowerMgr::BatteryStatsEntity
130 userEntity->AggregateUserPowerMah(userId, power); in Calculate()