Searched refs:anotherBundle (Results 1 – 1 of 1) sorted by relevance
226 std::vector<std::string> anotherBundle = {"app"}; in HWTEST_F() local227 …eventInfo.bundleName = std::accumulate(anotherBundle.begin(), anotherBundle.end(), std::string(""), in HWTEST_F()228 [anotherBundle](std::string bundleName, const std::string &str) { in HWTEST_F()229 return (str == anotherBundle.front()) ? (bundleName + str) : (bundleName + "," + str); in HWTEST_F()