Home
last modified time | relevance | path

Searched refs:EVENTCASE6 (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.cpp44 const std::string EVENTCASE6 = "com.ces.test.event.case6"; variable
102 } else if (action == EVENTCASE6) { in OnReceiveEvent()
134 } else if (action == EVENTCASE6) { in OnReceiveEvent()
271 } else if (action == EVENTCASE6) { in OnReceiveEvent()
878 matchingSkills.AddEvent(EVENTCASE6);
892 matchingSkillsAnother.AddEvent(EVENTCASE6);
909 want.SetAction(EVENTCASE6);
/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.cpp51 const std::string EVENTCASE6 = "com.ces.test.event.case6"; variable
109 } else if (action == EVENTCASE6) { in OnReceiveEvent()
141 } else if (action == EVENTCASE6) { in OnReceiveEvent()
284 } else if (action == EVENTCASE6) { in OnReceiveEvent()
1007 matchingSkills.AddEvent(EVENTCASE6);
1021 matchingSkillsAnother.AddEvent(EVENTCASE6);
1037 want.SetAction(EVENTCASE6);
/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESDataTest/
H A DactsCESDataTest.cpp187 } else if (action == EVENTCASE6) { in OnReceiveEvent()
399 } else if (action == EVENTCASE6) { in OnReceiveEvent()
558 } else if (action == EVENTCASE6) { in OnReceiveEvent()
1073 matchingSkills.AddEvent(EVENTCASE6);
1083 matchingSkillsSecond.AddEvent(EVENTCASE6);
1094 matchingSkillsThird.AddEvent(EVENTCASE6);
1105 want.SetAction(EVENTCASE6);
2694 matchingSkills.AddEvent(EVENTCASE6);
2704 matchingSkillsSecond.AddEvent(EVENTCASE6);
2715 matchingSkillsThird.AddEvent(EVENTCASE6);
[all …]
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_freeze_test.cpp39 const std::string EVENTCASE6 = "com.ces.test.event.case6"; variable