Home
last modified time | relevance | path

Searched refs:WifiEntity (Results 1 – 3 of 3) sorted by relevance

/base/powermgr/battery_statistics/services/native/src/entities/
Dwifi_entity.cpp29 WifiEntity::WifiEntity() in WifiEntity() function in OHOS::PowerMgr::WifiEntity
34 void WifiEntity::Calculate(int32_t uid) in Calculate()
55 int64_t WifiEntity::GetActiveTimeMs(StatsUtils::StatsType statsType, int16_t level) in GetActiveTimeMs()
70 double WifiEntity::GetEntityPowerMah(int32_t uidOrUserId) in GetEntityPowerMah()
75 double WifiEntity::GetStatsPowerMah(StatsUtils::StatsType statsType, int32_t uid) in GetStatsPowerMah()
80 int64_t WifiEntity::GetConsumptionCount(StatsUtils::StatsType statsType, int32_t uid) in GetConsumptionCount()
95 std::shared_ptr<StatsHelper::ActiveTimer> WifiEntity::GetOrCreateTimer(StatsUtils::StatsType statsT… in GetOrCreateTimer()
109 std::shared_ptr<StatsHelper::Counter> WifiEntity::GetOrCreateCounter(StatsUtils::StatsType statsTyp… in GetOrCreateCounter()
123 void WifiEntity::Reset() in Reset()
139 void WifiEntity::DumpInfo(std::string& result, int32_t uid) in DumpInfo()
/base/powermgr/battery_statistics/services/native/include/entities/
Dwifi_entity.h25 class WifiEntity : public BatteryStatsEntity {
27 WifiEntity();
28 ~WifiEntity() = default;
/base/powermgr/battery_statistics/services/native/src/
Dbattery_stats_core.cpp77 wifiEntity_ = std::make_shared<WifiEntity>(); in CreatePartEntity()