Searched refs:AlarmEntity (Results 1 – 3 of 3) sorted by relevance
29 AlarmEntity::AlarmEntity() in AlarmEntity() function in OHOS::PowerMgr::AlarmEntity34 int64_t AlarmEntity::GetConsumptionCount(StatsUtils::StatsType statsType, int32_t uid) in GetConsumptionCount()48 void AlarmEntity::Calculate(int32_t uid) in Calculate()65 double AlarmEntity::GetEntityPowerMah(int32_t uidOrUserId) in GetEntityPowerMah()80 double AlarmEntity::GetStatsPowerMah(StatsUtils::StatsType statsType, int32_t uid) in GetStatsPowerMah()97 std::shared_ptr<StatsHelper::Counter> AlarmEntity::GetOrCreateCounter(StatsUtils::StatsType statsTy… in GetOrCreateCounter()114 void AlarmEntity::Reset() in Reset()
25 class AlarmEntity : public BatteryStatsEntity {27 AlarmEntity();28 ~AlarmEntity() = default;
121 alarmEntity_ = std::make_shared<AlarmEntity>(); in CreateAppEntity()