Home
last modified time | relevance | path

Searched refs:ConstructListFromValue (Results 1 - 5 of 5) sorted by relevance

/base/telephony/core_service/utils/vcard/include/
H A Dvcard_utils.h50 static std::vector<std::string> ConstructListFromValue(const std::string &value, std::string vcardType);
/base/telephony/core_service/test/unittest/utils_vcard_gtest/
H A Dcontact_data_test.cpp754 std::vector<std::string> result = VCardUtils::ConstructListFromValue(value, vcardType); in HWTEST_F()
763 std::vector<std::string> result = VCardUtils::ConstructListFromValue(value, vcardType); in HWTEST_F()
772 std::vector<std::string> result = VCardUtils::ConstructListFromValue(value, vcardType); in HWTEST_F()
781 std::vector<std::string> result = VCardUtils::ConstructListFromValue(value, vcardType); in HWTEST_F()
790 std::vector<std::string> result = VCardUtils::ConstructListFromValue(value, vcardType); in HWTEST_F()
/base/telephony/core_service/test/fuzztest/vcard_fuzzer/
H A Dvcard_fuzzer.cpp320 VCardUtils::ConstructListFromValue(fuzzdata, fuzzdata); in VCardUtilsTest()
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_contact.cpp431 std::vector<std::string> sortNames = VCardUtils::ConstructListFromValue(sortAsList[0], vCardType_); in HandleSortAsName()
583 std::vector<std::string> sortNames = VCardUtils::ConstructListFromValue(sortAsList.at(0), vCardType_); in BuildSinglePhoneticNameFromSortAsParam()
1076 std::vector<std::string> phoneticNameList = VCardUtils::ConstructListFromValue(propValue, vCardType_);
H A Dvcard_utils.cpp376 std::vector<std::string> VCardUtils::ConstructListFromValue(const std::string &value, std::string vcardType) in ConstructListFromValue() function in OHOS::Telephony::VCardUtils

Completed in 7 milliseconds