Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_hisysevent_test.cpp170 std::vector<std::string> anotherEvent = {"event"}; in HWTEST_F() local
171 eventInfo.eventName = std::accumulate(anotherEvent.begin(), anotherEvent.end(), std::string(""), in HWTEST_F()
172 [anotherEvent](std::string eventName, const std::string &str) { in HWTEST_F()
173 return (str == anotherEvent.front()) ? (eventName + str) : (eventName + "," + str); in HWTEST_F()
205 std::vector<std::string> anotherEvent = {"event"}; in HWTEST_F() local
206 …eventInfo.eventName = std::accumulate(anotherEvent.begin(), anotherEvent.end(), eventInfo.eventNam… in HWTEST_F()
207 [anotherEvent](std::string eventName, const std::string &str) { in HWTEST_F()
208 return (str == anotherEvent.front()) ? (eventName + str) : (eventName + "," + str); in HWTEST_F()