Home
last modified time | relevance | path

Searched refs:IncrementBundleLaunchedCount (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_package_stats.h77 void IncrementBundleLaunchedCount();
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_package_stats.cpp86 void BundleActivePackageStats::IncrementBundleLaunchedCount() in IncrementBundleLaunchedCount() function in OHOS::DeviceUsageStats::BundleActivePackageStats
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_test.cpp518 bundleActivePackageStats->IncrementBundleLaunchedCount();
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_user_service.cpp207 it->bundleStats_[bundleStatsKey]->IncrementBundleLaunchedCount(); in ReportEvent()