/ohos5.0/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::UNIN… 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::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 D | bundle_clone_installer.cpp | 63 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 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 | 383 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in HandleNotifyBundleEvents() local 385 commonEventMgr->NotifyBundleStatus(bundleEvents_[i], dataMgr); in HandleNotifyBundleEvents()
|
H A D | bundle_mgr_host_impl.cpp | 3329 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 D | base_bundle_installer.cpp | 4731 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 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()
|
/ohos5.0/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()
|
/ohos5.0/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… in SetOverlayEnabled()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 147 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in NotifyBundleStatusOfShared() local 148 commonEventMgr->NotifyBundleStatus(installRes, dataMgr); in NotifyBundleStatusOfShared()
|