Home
last modified time | relevance | path

Searched refs:EVENTCASE5 (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.cpp43 const std::string EVENTCASE5 = "com.ces.test.event.case5"; variable
98 if (action == EVENTCASE5) { in OnReceiveEvent()
132 } else if (action == EVENTCASE5) { in OnReceiveEvent()
269 } else if (action == EVENTCASE5) { in OnReceiveEvent()
763 matchingSkills.AddEvent(EVENTCASE5);
777 matchingSkillsAnother.AddEvent(EVENTCASE5);
794 want.SetAction(EVENTCASE5);
/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.cpp50 const std::string EVENTCASE5 = "com.ces.test.event.case5"; variable
105 if (action == EVENTCASE5) { in OnReceiveEvent()
139 } else if (action == EVENTCASE5) { in OnReceiveEvent()
282 } else if (action == EVENTCASE5) { in OnReceiveEvent()
893 matchingSkills.AddEvent(EVENTCASE5);
907 matchingSkillsAnother.AddEvent(EVENTCASE5);
923 want.SetAction(EVENTCASE5);
/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESDataTest/
H A DactsCESDataTest.cpp185 } else if (action == EVENTCASE5) { in OnReceiveEvent()
397 } else if (action == EVENTCASE5) { in OnReceiveEvent()
556 } else if (action == EVENTCASE5) { in OnReceiveEvent()
1004 matchingSkills.AddEvent(EVENTCASE5);
1015 matchingSkillsSecond.AddEvent(EVENTCASE5);
1027 matchingSkillsThird.AddEvent(EVENTCASE5);
1039 want.SetAction(EVENTCASE5);
2627 matchingSkills.AddEvent(EVENTCASE5);
2638 matchingSkillsSecond.AddEvent(EVENTCASE5);
2650 matchingSkillsThird.AddEvent(EVENTCASE5);
[all …]
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_freeze_test.cpp38 const std::string EVENTCASE5 = "com.ces.test.event.case5"; variable