Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_hisysevent_test.cpp226 std::vector<std::string> anotherBundle = {"app"}; in HWTEST_F() local
227 …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()