Home
last modified time | relevance | path

Searched refs:COMMON_EVENT_PACKAGE_DATA_CLEARED (Results 1 – 9 of 9) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
Dsystem_event_observer.cpp37 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_DATA_CLEARED); in SystemEventObserver()
97 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_DATA_CLEARED) { in OnReceiveEvent()
Dreminder_event_manager.cpp53 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_DATA_CLEARED); in init()
147 if (action == CommonEventSupport::COMMON_EVENT_PACKAGE_DATA_CLEARED) { in OnReceiveEvent()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dsystem_event_observer_test.cpp107 data.SetWant(want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_DATA_CLEARED));
Dreminder_data_manager_test.cpp376 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_PACKAGE_DATA_CLEARED); in HWTEST_F()
407 want.SetAction(CommonEventSupport::COMMON_EVENT_PACKAGE_DATA_CLEARED); in HWTEST_F()
/base/notification/common_event_service/interfaces/inner_api/
Dcommon_event_support.h185 static const std::string COMMON_EVENT_PACKAGE_DATA_CLEARED; variable
/base/notification/common_event_service/frameworks/native/src/
Dcommon_event_support.cpp203 const std::string CommonEventSupport::COMMON_EVENT_PACKAGE_DATA_CLEARED = "usual.event.PACKAGE_DATA… member in OHOS::EventFwk::CommonEventSupport
1404 commonEventSupport_.emplace_back(CommonEventSupport::COMMON_EVENT_PACKAGE_DATA_CLEARED); in Init()
/base/notification/common_event_service/interfaces/kits/napi/support/src/
Dsupport.cpp84 …env, obj, EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_DATA_CLEARED, "COMMON_EVENT_PACKAGE_D… in SupportInit()
/base/notification/common_event_service/
DREADME_zh.md457 | COMMON_EVENT_PACKAGE_DATA_CLEARED | usual.event.PACKAGE_DATA_CLEARED …
/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/
Ddlp_permission_service_test.cpp536 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_DATA_CLEARED);