Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_statistics/services/native/src/entities/
H A Dwifi_entity.cpp28 WifiEntity::WifiEntity() in WifiEntity() function in OHOS::PowerMgr::WifiEntity
33 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()
/ohos5.0/base/powermgr/battery_statistics/services/native/include/entities/
H A Dwifi_entity.h25 class WifiEntity : public BatteryStatsEntity {
27 WifiEntity();
28 ~WifiEntity() = default;
/ohos5.0/foundation/communication/wifi/wifi/application/wifi_direct_demo/entry/src/main/ets/MainAbility/model/wifiModeImpl/
H A DWifiEntity.ets16 export class WifiEntity {
/ohos5.0/foundation/communication/wifi/wifi/application/wifi_direct_demo/entry/src/main/ets/MainAbility/pages/
H A Dindex.ets21 import {WifiEntity} from '../model/wifiModeImpl/WifiEntity.ets'
334 this.p2pDeviceList.push(new WifiEntity(i, list[i].ssid, list[i].macAddress, list[i].status))
/ohos5.0/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_core.cpp77 wifiEntity_ = std::make_shared<WifiEntity>(); in CreatePartEntity()