Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_utils.h49 static std::string TrimListToString(const std::vector<std::string> &strs);
/ohos5.0/base/telephony/core_service/test/fuzztest/vcard_fuzzer/
H A Dvcard_fuzzer.cpp330 VCardUtils::TrimListToString(records); in VCardUtilsTest()
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_utils.cpp335 std::string VCardUtils::TrimListToString(const std::vector<std::string> &strs) in TrimListToString() function in OHOS::Telephony::VCardUtils
H A Dvcard_contact.cpp49 std::string propValue = (values.size() != 0) ? VCardUtils::TrimListToString(values) : ""; in AddRawData()