Home
last modified time | relevance | path

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

/ohos5.0/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()
116commonEventMgr->NotifySandboxAppStatus(info, info.GetUid(userId), userId, SandboxInstallType::UNIN… 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::I… in InstallSandboxApp()
231 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in UninstallSandboxApp() local
232 …result = commonEventMgr->NotifySandboxAppStatus(info, userInfo.uid, userId_, SandboxInstallType::U… in UninstallSandboxApp()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp63 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in InstallCloneApp() local
65 commonEventMgr->NotifyBundleStatus(installRes, dataMgr); in InstallCloneApp()
92 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in UninstallCloneApp() local
94 commonEventMgr->NotifyBundleStatus(installRes, dataMgr); in UninstallCloneApp()
/ohos5.0/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.cpp383 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in HandleNotifyBundleEvents() local
385 commonEventMgr->NotifyBundleStatus(bundleEvents_[i], dataMgr); in HandleNotifyBundleEvents()
H A Dbundle_mgr_host_impl.cpp3329 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in NotifyBundleStatus() local
3330 commonEventMgr->NotifyBundleStatus(installRes, nullptr); in NotifyBundleStatus()
4152 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in SwitchUninstallState() local
4153 commonEventMgr->NotifyBundleStatus(installRes, dataMgr); in SwitchUninstallState()
H A Dbase_bundle_installer.cpp4731 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in NotifyBundleStatus() local
4732 commonEventMgr->NotifyBundleStatus(installRes, dataMgr_); in NotifyBundleStatus()
4754 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in NotifyAllBundleStatus() local
4756 commonEventMgr->NotifyBundleStatus(bundleEvent, dataMgr); in NotifyAllBundleStatus()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/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
715commonEventMgr->NotifyOverlayModuleStateStatus(bundleName, moduleName, isEnabled, userId, userInfo… in SetOverlayEnabled()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp147 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in NotifyBundleStatusOfShared() local
148 commonEventMgr->NotifyBundleStatus(installRes, dataMgr); in NotifyBundleStatusOfShared()