Home
last modified time | relevance | path

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

/base/telephony/core_service/utils/vcard/src/contact_data/
H A Dvcard_postal_data.cpp68 void VCardPostalData::InitPostalData(std::vector<std::string> propValueList, int32_t type, std::string label) in InitPostalData() argument
71 int32_t size = static_cast<int32_t>(propValueList.size()); in InitPostalData()
76 for (std::string addressElement : propValueList) { in InitPostalData()
/base/telephony/core_service/utils/vcard/include/contact_data/
H A Dvcard_postal_data.h29 void InitPostalData(std::vector<std::string> propValueList, int32_t type, std::string label);
/base/telephony/core_service/test/unittest/utils_vcard_gtest/
H A Dcontact_data_test.cpp390 std::vector<std::string> propValueList = in HWTEST_F() local
392 postalData.InitPostalData(propValueList, static_cast<int32_t>(PostalType::ADDR_HOME), "labelName_"); in HWTEST_F()
399 propValueList.push_back("default"); in HWTEST_F()
400 postalData.InitPostalData(propValueList, static_cast<int32_t>(PostalType::ADDR_HOME), "labelName_"); in HWTEST_F()
/base/telephony/core_service/utils/vcard/include/
H A Dvcard_contact.h95 void AddPostal(int32_t type, std::vector<std::string> propValueList, std::string label, bool isPrimary);
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_contact.cpp508 void VCardContact::AddPostal(int32_t type, std::vector<std::string> propValueList, std::string label, bool isPrimary) in AddPostal() argument
511 pd->InitPostalData(propValueList, type, label); in AddPostal()

Completed in 6 milliseconds