Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_statistics/services/native/include/
H A Dbattery_stats_core.h48 …int64_t GetTotalDataCount(StatsUtils::StatsType statsType, int32_t uid = StatsUtils::INVALID_VALUE…
/ohos5.0/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_service.cpp297 return core_->GetTotalDataCount(statsType, uid); in GetTotalDataBytes()
H A Dbattery_stats_core.cpp691 int64_t BatteryStatsCore::GetTotalDataCount(StatsUtils::StatsType statsType, int32_t uid) in GetTotalDataCount() function in OHOS::PowerMgr::BatteryStatsCore