Home
last modified time | relevance | path

Searched refs:OnBundleUninstalled (Results 1 - 10 of 10) sorted by relevance

/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_mock_test.cpp309 bundleActiveCore->OnBundleUninstalled(g_defaultUserId, g_defaultBundleName, uid, appIndex); in HWTEST_F()
322 bundleActiveCore->OnBundleUninstalled(g_commonUserid, g_defaultBundleName, uid, appIndex); in HWTEST_F()
341 groupController->OnBundleUninstalled(0, g_defaultBundleName, uid, appIndex); in HWTEST_F()
H A Dpackage_usage_test.cpp858 bundleActiveCore_->OnBundleUninstalled(userId, bundleName, uid, appIndex); in HWTEST_F()
H A Ddevice_usage_statistics_service_test.cpp946 bundleUserHistory_->OnBundleUninstalled(0, "test", 0, 0); in HWTEST_F()
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H A Dbundle_active_group_controller.h70 void OnBundleUninstalled(const int32_t userId, const std::string& bundleName, const int32_t uid,
H A Dbundle_active_user_history.h64 void OnBundleUninstalled(const int32_t userId, const std::string bundleName, const int32_t uid,
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_report_handler.cpp176 bundleActiveCore_->OnBundleUninstalled(tmpHandlerobj.userId_, tmpHandlerobj.bundleName_, in ProcessBundleUninstallEvent()
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_controller.cpp117 void BundleActiveGroupController::OnBundleUninstalled(const int32_t userId, const std::string& bundleName, in OnBundleUninstalled() function in OHOS::DeviceUsageStats::BundleActiveGroupController
121 BUNDLE_ACTIVE_LOGI("OnBundleUninstalled called, userId is %{public}d, bundlename is %{public}s", in OnBundleUninstalled()
128 bundleUserHistory_->OnBundleUninstalled(userId, bundleName, uid, appIndex); in OnBundleUninstalled()
H A Dbundle_active_user_history.cpp57 void BundleActiveUserHistory::OnBundleUninstalled(const int32_t userId, const std::string bundleName, in OnBundleUninstalled() function in OHOS::DeviceUsageStats::BundleActiveUserHistory
/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_core.h109 * function: OnBundleUninstalled when received a PACKATE_REMOVED commen event,
113 void OnBundleUninstalled(const int32_t userId, const std::string& bundleName, const int32_t uid,
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp309 void BundleActiveCore::OnBundleUninstalled(const int32_t userId, const std::string& bundleName, in OnBundleUninstalled() function in OHOS::DeviceUsageStats::BundleActiveCore
312 BUNDLE_ACTIVE_LOGD("OnBundleUninstalled CALLED"); in OnBundleUninstalled()
325 bundleGroupController_->OnBundleUninstalled(userId, bundleName, uid, appIndex); in OnBundleUninstalled()

Completed in 10 milliseconds