Home
last modified time | relevance | path

Searched refs:BundleCommonEventMgr (Results 1 - 17 of 17) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_common_event_mgr.cpp48 BundleCommonEventMgr::BundleCommonEventMgr() in BundleCommonEventMgr() function in OHOS::AppExecFwk::BundleCommonEventMgr
50 APP_LOGI_NOFUNC("enter BundleCommonEventMgr"); in BundleCommonEventMgr()
54 void BundleCommonEventMgr::Init() in Init()
73 void BundleCommonEventMgr::NotifyBundleStatus(const NotifyBundleEvents &installResult, in NotifyBundleStatus()
128 void BundleCommonEventMgr::SetNotifyWant(OHOS::AAFwk::Want& want, const NotifyBundleEvents &installResult) in SetNotifyWant()
154 ErrCode BundleCommonEventMgr::NotifySandboxAppStatus(const InnerBundleInfo &info, int32_t uid, int32_t userId, in NotifySandboxAppStatus()
185 void BundleCommonEventMgr::NotifyOverlayModuleStateStatus(const std::string &bundleName, in NotifyOverlayModuleStateStatus()
206 std::string BundleCommonEventMgr::GetCommonEventData(const NotifyType &type) in GetCommonEventData()
216 void BundleCommonEventMgr
[all...]
H A Dbundle_multiuser_installer.cpp71 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in InstallExistedApp()
H A Dbundle_user_mgr_host_impl.cpp413 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in HandleNotifyBundleEvents()
H A Dbundle_mgr_host_impl.cpp3288 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in NotifyBundleStatus()
4120 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in SwitchUninstallState()
H A Dbase_bundle_installer.cpp5004 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in NotifyBundleStatus()
5027 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in NotifyAllBundleStatus()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_common_event_mgr.h71 class BundleCommonEventMgr { class
73 BundleCommonEventMgr();
74 virtual ~BundleCommonEventMgr() = default;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_installer.cpp137 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in InstallSandboxApp()
231 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in UninstallSandboxApp()
H A Dbundle_sandbox_exception_handler.cpp99 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in RemoveTokenIdAndKeepSandboxDir()
/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()
90 std::shared_ptr<BundleCommonEventMgr> commonEventMgr = std::make_shared<BundleCommonEventMgr>(); in UninstallCloneApp()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_control/
H A Dapp_control_manager.h106 std::shared_ptr<BundleCommonEventMgr> commonEventMgr_;
/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()
/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()
/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()
/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()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_control_manager.cpp48 commonEventMgr_ = std::make_shared<BundleCommonEventMgr>(); in AppControlManager()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp375 std::shared_ptr<BundleCommonEventMgr> commonEventMgr_ = std::make_shared<BundleCommonEventMgr>();
H A Dbms_bundle_kit_service_test.cpp356 std::shared_ptr<BundleCommonEventMgr> commonEventMgr_ = std::make_shared<BundleCommonEventMgr>();

Completed in 67 milliseconds