Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_utils.h50 …static std::vector<std::string> ConstructListFromValue(const std::string &value, std::string vcard…
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_contact.cpp410 …std::vector<std::string> sortNames = VCardUtils::ConstructListFromValue(sortAsList[0], vCardType_); in HandleSortAsName()
562 …std::vector<std::string> sortNames = VCardUtils::ConstructListFromValue(sortAsList.at(0), vCardTyp… in BuildSinglePhoneticNameFromSortAsParam()
1055 …std::vector<std::string> phoneticNameList = VCardUtils::ConstructListFromValue(propValue, vCardTyp… in AddSoundDatas()
H A Dvcard_utils.cpp376 std::vector<std::string> VCardUtils::ConstructListFromValue(const std::string &value, std::string v… in ConstructListFromValue() function in OHOS::Telephony::VCardUtils
/ohos5.0/base/telephony/core_service/test/fuzztest/vcard_fuzzer/
H A Dvcard_fuzzer.cpp320 VCardUtils::ConstructListFromValue(fuzzdata, fuzzdata); in VCardUtilsTest()