Home
last modified time | relevance | path

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

/base/powermgr/battery_statistics/services/native/include/
Dbattery_stats_core.h49 …int64_t GetTotalConsumptionCount(StatsUtils::StatsType statsType, int32_t uid = StatsUtils::INVALI…
/base/powermgr/battery_statistics/services/native/src/
Dbattery_stats_core.cpp689 int64_t BatteryStatsCore::GetTotalConsumptionCount(StatsUtils::StatsType statsType, int32_t uid) in GetTotalConsumptionCount() function in OHOS::PowerMgr::BatteryStatsCore
795 Json::Value(GetTotalConsumptionCount(StatsUtils::STATS_TYPE_WIFI_SCAN)); in SaveForHardware()
852 Json::Value(GetTotalConsumptionCount(StatsUtils::STATS_TYPE_ALARM, uid)); in SaveForSoftwareCommon()
/base/powermgr/battery_statistics/services/native/src/entities/
Duid_entity.cpp292 int64_t alarmCount = core->GetTotalConsumptionCount(StatsUtils::STATS_TYPE_ALARM, uid); in DumpForCommon()