Home
last modified time | relevance | path

Searched refs:AddLineWithCharsetAndQP (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp420 AddLineWithCharsetAndQP(type, { imsData->GetAddress() }); in ConstructIms()
446 AddLineWithCharsetAndQP(type, { address, sipData->GetLabelId(), sipData->GetLabelName() }); in ConstructSipAddresses()
648AddLineWithCharsetAndQP(VCARD_TYPE_URL, { website, websiteData->GetLabelId(), websiteData->GetLabe… in ConstructWebsites()
695 AddLineWithCharsetAndQP(VCARD_TYPE_NOTE, { note }); in ConstructNotes()
734 AddLineWithCharsetAndQP(VCARD_TYPE_BDAY, { birthdayDate }); in ConstructEvents()
856 void VCardConstructor::AddLineWithCharsetAndQP(const std::string &type, std::vector<std::string> va… in AddLineWithCharsetAndQP() function in OHOS::Telephony::VCardConstructor
/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_constructor.h68 void AddLineWithCharsetAndQP(const std::string &type, std::vector<std::string> valueList);