Home
last modified time | relevance | path

Searched refs:COMMON_EVENT_PACKAGE_REMOVED (Results 1 – 19 of 19) sorted by relevance

/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/os_dependency/sa/
Dcm_event_observer.cpp45 if (action == OHOS::EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED || in OnReceiveEvent()
70 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in SubscribeSystemEvent()
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_common_event_observer.cpp37 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in AppAccountCommonEventObserver()
95 if (action == CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED || in OnReceiveEvent()
/base/notification/distributed_notification_service/services/ans/src/
Dsystem_event_observer.cpp30 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in SystemEventObserver()
68 if (action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) { in OnReceiveEvent()
Dreminder_event_manager.cpp50 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in init()
136 if (action == CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) { in OnReceiveEvent()
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/
Dhks_event_observer.cpp91 if (action == OHOS::EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED || in OnReceiveEvent()
126 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in SubscribeSystemEvent()
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/os_dependency/sa/src/
Dhuks_event_observer_test.cpp74 want.SetAction(OHOS::EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED);
/base/inputmethod/imf/services/src/
Dim_common_event_manager.cpp61 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in SubscribeEvent()
129 …EventManagerFunc_[CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED] = &EventSubscriber::RemovePack… in EventSubscriber()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dsystem_event_observer_test.cpp67 data.SetWant(want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED));
Dreminder_data_manager_test.cpp375 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in HWTEST_F()
404 want.SetAction(CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in HWTEST_F()
/base/inputmethod/imf/services/include/
Dglobal.h62 COMMON_EVENT_PACKAGE_REMOVED = 10007, // a package is removed enumerator
/base/notification/common_event_service/services/src/
Dstatic_subscriber_manager.cpp341 (data.GetWant().GetAction() != CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED)) { in UpdateSubscriber()
366 } else if (data.GetWant().GetAction() == CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) { in UpdateSubscriber()
/base/notification/common_event_service/interfaces/inner_api/
Dcommon_event_support.h155 static const std::string COMMON_EVENT_PACKAGE_REMOVED; variable
/base/notification/common_event_service/frameworks/native/src/
Dcommon_event_support.cpp168 const std::string CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED = "usual.event.PACKAGE_REMOVED"; member in OHOS::EventFwk::CommonEventSupport
1348 commonEventSupport_.emplace_back(CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in Init()
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
Dsupport.cpp116 EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED, in SupportInit()
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
Dsupport.cpp72 …env, obj, EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED, "COMMON_EVENT_PACKAGE_REMOVE… in SupportInit()
/base/notification/common_event_service/
DREADME_zh.md452 | COMMON_EVENT_PACKAGE_REMOVED | usual.event.PACKAGE_REMOVED …
/base/customization/enterprise_device_management/services/edm/src/
Denterprise_device_mgr_ability.cpp56 commonEventFuncMap_[EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED] = in AddCommonEventFuncMap()
/base/notification/common_event_service/services/test/unittest/static_subscriber_manager_unit_test/
Dstatic_subscriber_manager_unit_test.cpp1601 std::string testNormalEventName = CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED;
2849 std::string testNormalEventName = CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED;
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_manager_service_module_test.cpp2352 want.SetAction(CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED);