Searched refs:itInterval (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/ |
H A D | bundle_active_user_service.cpp | 363 const std::vector<std::shared_ptr<BundleActivePeriodStats>>::iterator& itInterval) in UpdateContinueAbilitiesMemory() argument 376 (*itInterval)->Update(continueBundleName, "", beginTime, it->second, it->first, uid); in UpdateContinueAbilitiesMemory() 383 const std::vector<std::shared_ptr<BundleActivePeriodStats>>::iterator& itInterval) in UpdateContinueServicesMemory() argument 394 (*itInterval)->Update(continueBundleName, it->first, beginTime, it->second, "", uid); in UpdateContinueServicesMemory() 413 …for (std::vector<std::shared_ptr<BundleActivePeriodStats>>::iterator itInterval = currentStats_.be… in RenewStatsInMemory() local 414 itInterval != currentStats_.end(); ++itInterval) { in RenewStatsInMemory() 415 … UpdateContinueAbilitiesMemory(beginTime, continueAbilities, continueBundleName, itInterval); in RenewStatsInMemory() 416 … UpdateContinueServicesMemory(beginTime, continueServices, continueBundleName, itInterval); in RenewStatsInMemory()
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/ |
H A D | bundle_active_user_service.h | 96 const std::vector<std::shared_ptr<BundleActivePeriodStats>>::iterator& itInterval); 99 const std::vector<std::shared_ptr<BundleActivePeriodStats>>::iterator& itInterval);
|