Searched refs:anotherEvent (Results 1 – 1 of 1) sorted by relevance
170 std::vector<std::string> anotherEvent = {"event"}; in HWTEST_F() local171 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() local206 …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()