Searched refs:TrimListToString (Results 1 – 4 of 4) sorted by relevance
49 static std::string TrimListToString(const std::vector<std::string> &strs);
330 VCardUtils::TrimListToString(records); in VCardUtilsTest()
335 std::string VCardUtils::TrimListToString(const std::vector<std::string> &strs) in TrimListToString() function in OHOS::Telephony::VCardUtils
49 std::string propValue = (values.size() != 0) ? VCardUtils::TrimListToString(values) : ""; in AddRawData()