Home
last modified time | relevance | path

Searched refs:EVENTCASE3 (Results 1 – 5 of 5) 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.cpp41 const std::string EVENTCASE3 = "com.ces.test.event.case3"; variable
128 } else if (action == EVENTCASE3) { in OnReceiveEvent()
265 } else if (action == EVENTCASE3) { in OnReceiveEvent()
537 matchingSkills.AddEvent(EVENTCASE3);
551 matchingSkillsAnother.AddEvent(EVENTCASE3);
568 want.SetAction(EVENTCASE3);
/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.cpp48 const std::string EVENTCASE3 = "com.ces.test.event.case3"; variable
135 } else if (action == EVENTCASE3) { in OnReceiveEvent()
278 } else if (action == EVENTCASE3) { in OnReceiveEvent()
668 matchingSkills.AddEvent(EVENTCASE3);
682 matchingSkillsAnother.AddEvent(EVENTCASE3);
698 want.SetAction(EVENTCASE3);
/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESDataTest/
H A DactsCESDataTest.cpp181 } else if (action == EVENTCASE3) { in OnReceiveEvent()
393 } else if (action == EVENTCASE3) { in OnReceiveEvent()
552 } else if (action == EVENTCASE3) { in OnReceiveEvent()
866 matchingSkills.AddEvent(EVENTCASE3);
877 matchingSkillsSecond.AddEvent(EVENTCASE3);
889 matchingSkillsThird.AddEvent(EVENTCASE3);
901 want.SetAction(EVENTCASE3);
2493 matchingSkills.AddEvent(EVENTCASE3);
2504 matchingSkillsSecond.AddEvent(EVENTCASE3);
2516 matchingSkillsThird.AddEvent(EVENTCASE3);
[all …]
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_dump_test.cpp65 const std::string EVENTCASE3 = "com.ces.test.event.case3"; variable
153 } else if (action == EVENTCASE3) { in OnReceiveEvent()
205 } else if (action == EVENTCASE3) { in OnReceiveEvent()
523 want.SetAction(EVENTCASE3); in SetPublishDataByUnordered()
H A Dcommon_event_freeze_test.cpp36 const std::string EVENTCASE3 = "com.ces.test.event.case3"; variable