Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_common_event_observer.cpp48 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_SANDBOX_PACKAGE_REMOVED); in AppAccountCommonEventObserver()
86 action == CommonEventSupport::COMMON_EVENT_SANDBOX_PACKAGE_REMOVED) { in OnReceiveEvent()
108 if (action == CommonEventSupport::COMMON_EVENT_SANDBOX_PACKAGE_REMOVED) { in DealWithRemoveEvent()
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/os_dependency/sa/
H A Dcm_event_observer.cpp46 action == OHOS::EventFwk::CommonEventSupport::COMMON_EVENT_SANDBOX_PACKAGE_REMOVED) { in OnReceiveEvent()
71 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SANDBOX_PACKAGE_REMOVED); in SubscribeSystemEvent()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_common_event.h24 constexpr const char* COMMON_EVENT_SANDBOX_PACKAGE_REMOVED = "usual.event.SANDBOX_PACKAGE_REMOVED"; variable
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/
H A Dhks_event_observer.cpp113 action == OHOS::EventFwk::CommonEventSupport::COMMON_EVENT_SANDBOX_PACKAGE_REMOVED) { in OnReceiveEvent()
152 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SANDBOX_PACKAGE_REMOVED); in SubscribeSystemEvent()
/ohos5.0/base/security/asset/services/os_dependency/src/
H A Dsystem_event_wrapper.cpp88 } else if (action == CommonEventSupport::COMMON_EVENT_SANDBOX_PACKAGE_REMOVED) { in OnReceiveEvent()
170 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_SANDBOX_PACKAGE_REMOVED); in SubscribeSystemEvent()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/installer/
H A Dinstaller_impl.cpp45 … { OHOS::AppExecFwk::COMMON_EVENT_SANDBOX_PACKAGE_REMOVED, &InstallEventSubscriber::OnUninstall }, in InstallEventSubscriber()
145 matchingSkills.AddEvent(OHOS::AppExecFwk::COMMON_EVENT_SANDBOX_PACKAGE_REMOVED); in Init()
/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_support.cpp331 const std::string CommonEventSupport::COMMON_EVENT_SANDBOX_PACKAGE_REMOVED = "usual.event.SANDBOX_P… member in OHOS::EventFwk::CommonEventSupport
1770 commonEventSupport_.emplace_back(COMMON_EVENT_SANDBOX_PACKAGE_REMOVED); in Init()
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_support.h288 static const std::string COMMON_EVENT_SANDBOX_PACKAGE_REMOVED; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_common_event_mgr.cpp163 want.SetAction(COMMON_EVENT_SANDBOX_PACKAGE_REMOVED); in NotifySandboxAppStatus()
/ohos5.0/base/notification/common_event_service/
H A DREADME_zh.md451 | COMMON_EVENT_SANDBOX_PACKAGE_REMOVED | usual.event.SANDBOX_PACKAGE_REMOVE…
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_sandbox_app_system_test/
H A Dbundle_mgr_sandbox_app_system_test.cpp133 if (action == COMMON_EVENT_SANDBOX_PACKAGE_REMOVED) { in OnReceiveEvent()