Home
last modified time | relevance | path

Searched refs:UserEntity (Results 1 - 3 of 3) sorted by relevance

/base/powermgr/battery_statistics/services/native/src/entities/
H A Duser_entity.cpp29 UserEntity::UserEntity() in UserEntity() function in OHOS::PowerMgr::UserEntity
34 double UserEntity::GetEntityPowerMah(int32_t uidOrUserId) in GetEntityPowerMah()
49 void UserEntity::AggregateUserPowerMah(int32_t userId, double power) in AggregateUserPowerMah()
63 void UserEntity::Calculate(int32_t uid) in Calculate()
74 void UserEntity::Reset() in Reset()
/base/powermgr/battery_statistics/services/native/include/entities/
H A Duser_entity.h26 class UserEntity : public BatteryStatsEntity { class
28 UserEntity();
29 ~UserEntity() = default;
/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_core.cpp109 userEntity_ = std::make_shared<UserEntity>(); in CreateAppEntity()

Completed in 2 milliseconds