Searched refs:ConstructListFromValue (Results 1 - 5 of 5) sorted by relevance
/base/telephony/core_service/utils/vcard/include/ |
H A D | vcard_utils.h | 50 static std::vector<std::string> ConstructListFromValue(const std::string &value, std::string vcardType);
|
/base/telephony/core_service/test/unittest/utils_vcard_gtest/ |
H A D | contact_data_test.cpp | 754 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 D | vcard_fuzzer.cpp | 320 VCardUtils::ConstructListFromValue(fuzzdata, fuzzdata); in VCardUtilsTest()
|
/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_contact.cpp | 431 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 D | vcard_utils.cpp | 376 std::vector<std::string> VCardUtils::ConstructListFromValue(const std::string &value, std::string vcardType) in ConstructListFromValue() function in OHOS::Telephony::VCardUtils
|
Completed in 7 milliseconds