/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/os_dependency/sa/ |
D | cm_event_observer.cpp | 45 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/ |
D | app_account_common_event_observer.cpp | 37 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/ |
D | system_event_observer.cpp | 30 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in SystemEventObserver() 68 if (action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) { in OnReceiveEvent()
|
D | reminder_event_manager.cpp | 50 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/ |
D | hks_event_observer.cpp | 91 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/ |
D | huks_event_observer_test.cpp | 74 want.SetAction(OHOS::EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED);
|
/base/inputmethod/imf/services/src/ |
D | im_common_event_manager.cpp | 61 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/ |
D | system_event_observer_test.cpp | 67 data.SetWant(want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED));
|
D | reminder_data_manager_test.cpp | 375 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/ |
D | global.h | 62 COMMON_EVENT_PACKAGE_REMOVED = 10007, // a package is removed enumerator
|
/base/notification/common_event_service/services/src/ |
D | static_subscriber_manager.cpp | 341 (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/ |
D | common_event_support.h | 155 static const std::string COMMON_EVENT_PACKAGE_REMOVED; variable
|
/base/notification/common_event_service/frameworks/native/src/ |
D | common_event_support.cpp | 168 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/ |
D | support.cpp | 116 EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED, in SupportInit()
|
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/ |
D | support.cpp | 72 …env, obj, EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED, "COMMON_EVENT_PACKAGE_REMOVE… in SupportInit()
|
/base/notification/common_event_service/ |
D | README_zh.md | 452 | COMMON_EVENT_PACKAGE_REMOVED | usual.event.PACKAGE_REMOVED …
|
/base/customization/enterprise_device_management/services/edm/src/ |
D | enterprise_device_mgr_ability.cpp | 56 commonEventFuncMap_[EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED] = in AddCommonEventFuncMap()
|
/base/notification/common_event_service/services/test/unittest/static_subscriber_manager_unit_test/ |
D | static_subscriber_manager_unit_test.cpp | 1601 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/ |
D | app_account_manager_service_module_test.cpp | 2352 want.SetAction(CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED);
|