Searched defs:currentStats (Results 1 - 1 of 1) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/ |
H A D | bundle_active_user_service.cpp | 67 void BundleActiveUserService::DeleteMemUsageStats(const std::shared_ptr<BundleActivePeriodStats>& currentStats, in DeleteMemUsageStats() argument 85 void BundleActiveUserService::DeleteMemEvent(const std::shared_ptr<BundleActivePeriodStats>& currentStats, in DeleteMemEvent() argument 112 DeleteMemRecords(const std::shared_ptr<BundleActivePeriodStats>& currentStats, const std::string& bundleName, const int32_t deletedUid, const int32_t appIndex) DeleteMemRecords() argument 135 DeleteMemPackageUidSet(const std::shared_ptr<BundleActivePeriodStats>& currentStats, const std::string& bundleName, const int32_t deletedUid, const int32_t appIndex) DeleteMemPackageUidSet() argument 449 auto currentStats = currentStats_[intervalType]; QueryBundleStatsInfos() local 490 auto currentStats = currentStats_[BundleActivePeriodStats::PERIOD_DAILY]; QueryBundleEvents() local 546 auto currentStats = currentStats_[BundleActivePeriodStats::PERIOD_DAILY]; QueryDeviceEventStats() local 573 GetCachedSystemEvents(std::shared_ptr<BundleActivePeriodStats> currentStats, int64_t beginTime, int64_t endTime, std::map<std::string, BundleActiveEventStats>& systemEventStats) GetCachedSystemEvents() argument 604 auto currentStats = currentStats_[BundleActivePeriodStats::PERIOD_DAILY]; QueryNotificationEventStats() local 629 GetCachedNotificationEvents(std::shared_ptr<BundleActivePeriodStats> currentStats, int64_t beginTime, int64_t endTime, std::map<std::string, BundleActiveEventStats>& notificationEventStats) GetCachedNotificationEvents() argument [all...] |
Completed in 2 milliseconds