Home
last modified time | relevance | path

Searched refs:commonEventMgr (Results 1 - 11 of 11) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_exception_handler.cpp99 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 Dbundle_sandbox_installer.cpp137 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 Dbundle_clone_installer.cpp64 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 Dbundle_multiuser_installer.cpp71 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in InstallExistedApp() local
72 commonEventMgr->NotifyBundleStatus(installRes, dataMgr_); in InstallExistedApp()
H A Dbundle_user_mgr_host_impl.cpp413 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in HandleNotifyBundleEvents() local
415 commonEventMgr->NotifyBundleStatus(bundleEvents_[i], dataMgr); in HandleNotifyBundleEvents()
H A Dbundle_mgr_host_impl.cpp3288 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 Dbase_bundle_installer.cpp5004 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 Dextend_resource_manager_host_impl.cpp472 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 Dbundle_resource_manager.cpp510 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 Dinner_shared_bundle_installer.cpp156 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 Dbundle_overlay_data_manager.cpp714 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in SetOverlayEnabled() local
715 commonEventMgr->NotifyOverlayModuleStateStatus(bundleName, moduleName, isEnabled, userId, userInfo.uid); in SetOverlayEnabled()

Completed in 26 milliseconds