Searched refs:WifiEntity (Results 1 – 3 of 3) sorted by relevance
29 WifiEntity::WifiEntity() in WifiEntity() function in OHOS::PowerMgr::WifiEntity34 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()
25 class WifiEntity : public BatteryStatsEntity {27 WifiEntity();28 ~WifiEntity() = default;
77 wifiEntity_ = std::make_shared<WifiEntity>(); in CreatePartEntity()