Home
last modified time | relevance | path

Searched refs:COMMON_EVENT_TEST_ACTION1 (Results 1 – 7 of 7) 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.cpp163 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_TEST_ACTION1);
234 want.SetAction(CommonEventSupport::COMMON_EVENT_TEST_ACTION1);
/ohos5.0/base/notification/common_event_service/test/fuzztest/publishcommonevent_fuzzer/
H A Dpublishcommonevent_fuzzer.cpp33 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_TEST_ACTION1); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/common_event_service/test/fuzztest/publishcommoneventasuser_fuzzer/
H A Dpublishcommoneventasuser_fuzzer.cpp31 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_TEST_ACTION1); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_support.cpp1249 const std::string CommonEventSupport::COMMON_EVENT_TEST_ACTION1 = "usual.event.test1"; member in OHOS::EventFwk::CommonEventSupport
2607 commonEventSupport_.emplace_back(COMMON_EVENT_TEST_ACTION1); in Init()
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_common_event_support.cpp223 const std::string CommonEventSupport::COMMON_EVENT_TEST_ACTION1 = "usual.event.test1"; member in OHOS::EventFwk::CommonEventSupport
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_support.h1125 static const std::string COMMON_EVENT_TEST_ACTION1; variable