/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/ |
H A D | bundle_sandbox_exception_handler.cpp | 99 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in RemoveTokenIdAndKeepSandboxDir() local 114 if (commonEventMgr != nullptr) { in RemoveTokenIdAndKeepSandboxDir() 116 commonEventMgr->NotifySandboxAppStatus(info, info.GetUid(userId), userId, SandboxInstallType::UNINSTALL); in RemoveTokenIdAndKeepSandboxDir()
|
H A D | bundle_sandbox_installer.cpp | 137 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in InstallSandboxApp() local 138 result = commonEventMgr->NotifySandboxAppStatus(info, userInfo.uid, userId_, SandboxInstallType::INSTALL); in InstallSandboxApp() 231 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in UninstallSandboxApp() local 232 result = commonEventMgr->NotifySandboxAppStatus(info, userInfo.uid, userId_, SandboxInstallType::UNINSTALL); in UninstallSandboxApp()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/ |
H A D | bundle_clone_installer.cpp | 64 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in InstallCloneApp() local 66 commonEventMgr->NotifyBundleStatus(installRes, dataMgr); in InstallCloneApp() 90 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in UninstallCloneApp() local 92 commonEventMgr->NotifyBundleStatus(installRes, dataMgr); in UninstallCloneApp()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_multiuser_installer.cpp | 71 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in InstallExistedApp() local 72 commonEventMgr->NotifyBundleStatus(installRes, dataMgr_); in InstallExistedApp()
|
H A D | bundle_user_mgr_host_impl.cpp | 413 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in HandleNotifyBundleEvents() local 415 commonEventMgr->NotifyBundleStatus(bundleEvents_[i], dataMgr); in HandleNotifyBundleEvents()
|
H A D | bundle_mgr_host_impl.cpp | 3288 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in NotifyBundleStatus() local 3289 commonEventMgr->NotifyBundleStatus(installRes, nullptr); in NotifyBundleStatus() 4120 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in SwitchUninstallState() local 4121 commonEventMgr->NotifyBundleStatus(installRes, dataMgr); in SwitchUninstallState()
|
H A D | base_bundle_installer.cpp | 5004 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in NotifyBundleStatus() local 5005 commonEventMgr->NotifyBundleStatus(installRes, dataMgr_); in NotifyBundleStatus() 5027 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in NotifyAllBundleStatus() local 5029 commonEventMgr->NotifyBundleStatus(bundleEvent, dataMgr); in NotifyAllBundleStatus()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/ |
H A D | extend_resource_manager_host_impl.cpp | 472 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in SendBroadcast() local 473 commonEventMgr->NotifyDynamicIconEvent(bundleName, isEnableDynamicIcon); in SendBroadcast()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_manager.cpp | 510 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in SendBundleResourcesChangedEvent() local 511 commonEventMgr->NotifyBundleResourcesChanged(userId, type); in SendBundleResourcesChangedEvent()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 156 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in NotifyBundleStatusOfShared() local 157 commonEventMgr->NotifyBundleStatus(installRes, dataMgr); in NotifyBundleStatusOfShared()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/ |
H A D | bundle_overlay_data_manager.cpp | 714 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>();
in SetOverlayEnabled() local 715 commonEventMgr->NotifyOverlayModuleStateStatus(bundleName, moduleName, isEnabled, userId, userInfo.uid);
in SetOverlayEnabled()
|