Home
last modified time | relevance | path

Searched refs:COMMON_EVENT_TEST_ACTION2 (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_support_mapper.cpp32 … CommonEventSupport::COMMON_EVENT_TEST_ACTION1, CommonEventSupport::COMMON_EVENT_TEST_ACTION2)); in Init()
34 … CommonEventSupport::COMMON_EVENT_TEST_ACTION2, CommonEventSupport::COMMON_EVENT_TEST_ACTION1)); in Init()
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_publish_system_event_test.cpp183 want.SetAction(CommonEventSupport::COMMON_EVENT_TEST_ACTION2);
214 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_TEST_ACTION2);
/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_support.cpp1254 const std::string CommonEventSupport::COMMON_EVENT_TEST_ACTION2 = "usual.event.test2"; member in OHOS::EventFwk::CommonEventSupport
2612 commonEventSupport_.emplace_back(COMMON_EVENT_TEST_ACTION2); in Init()
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_common_event_support.cpp224 const std::string CommonEventSupport::COMMON_EVENT_TEST_ACTION2 = "usual.event.test2"; member in OHOS::EventFwk::CommonEventSupport
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_support.h1130 static const std::string COMMON_EVENT_TEST_ACTION2; variable