Home
last modified time | relevance | path

Searched refs:EVENTCASE4 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_publish_ordered_system_test/
H A Dcommon_event_services_publish_ordered_system_test.cpp42 const std::string EVENTCASE4 = "com.ces.test.event.case4"; variable
130 } else if (action == EVENTCASE4) { in OnReceiveEvent()
267 } else if (action == EVENTCASE4) { in OnReceiveEvent()
649 matchingSkills.AddEvent(EVENTCASE4);
663 matchingSkillsAnother.AddEvent(EVENTCASE4);
680 want.SetAction(EVENTCASE4);
/ohos5.0/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/
H A Dcommon_event_services_publish_ordered_module_test.cpp49 const std::string EVENTCASE4 = "com.ces.test.event.case4"; variable
137 } else if (action == EVENTCASE4) { in OnReceiveEvent()
280 } else if (action == EVENTCASE4) { in OnReceiveEvent()
780 matchingSkills.AddEvent(EVENTCASE4);
794 matchingSkillsAnother.AddEvent(EVENTCASE4);
810 want.SetAction(EVENTCASE4);
/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESDataTest/
H A DactsCESDataTest.cpp183 } else if (action == EVENTCASE4) { in OnReceiveEvent()
395 } else if (action == EVENTCASE4) { in OnReceiveEvent()
554 } else if (action == EVENTCASE4) { in OnReceiveEvent()
935 matchingSkills.AddEvent(EVENTCASE4);
946 matchingSkillsSecond.AddEvent(EVENTCASE4);
958 matchingSkillsThird.AddEvent(EVENTCASE4);
970 want.SetAction(EVENTCASE4);
2560 matchingSkills.AddEvent(EVENTCASE4);
2571 matchingSkillsSecond.AddEvent(EVENTCASE4);
2583 matchingSkillsThird.AddEvent(EVENTCASE4);
[all …]
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_freeze_test.cpp37 const std::string EVENTCASE4 = "com.ces.test.event.case4"; variable