Home
last modified time | relevance | path

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

/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_common_event_observer.cpp47 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_SANDBOX_PACKAGE_REMOVED); in AppAccountCommonEventObserver()
83 action == CommonEventSupport::COMMON_EVENT_SANDBOX_PACKAGE_REMOVED) { in OnReceiveEvent()
101 if (action == CommonEventSupport::COMMON_EVENT_SANDBOX_PACKAGE_REMOVED) { in DealWithRemoveEvent()
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/os_dependency/sa/
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()
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/
Dhks_event_observer.cpp101 action == OHOS::EventFwk::CommonEventSupport::COMMON_EVENT_SANDBOX_PACKAGE_REMOVED) { in OnReceiveEvent()
136 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SANDBOX_PACKAGE_REMOVED); in SubscribeSystemEvent()
/base/notification/common_event_service/interfaces/inner_api/
Dcommon_event_support.h268 static const std::string COMMON_EVENT_SANDBOX_PACKAGE_REMOVED; variable
/base/notification/common_event_service/
DREADME_zh.md449 | COMMON_EVENT_SANDBOX_PACKAGE_REMOVED | usual.event.SANDBOX_PACKAGE_REMOVE…
/base/notification/common_event_service/frameworks/native/src/
Dcommon_event_support.cpp302 const std::string CommonEventSupport::COMMON_EVENT_SANDBOX_PACKAGE_REMOVED = "usual.event.SANDBOX_P… member in OHOS::EventFwk::CommonEventSupport