Home
last modified time | relevance | path

Searched defs:rawValue (Results 1 – 4 of 4) sorted by relevance

/base/telephony/core_service/utils/vcard/src/
Dvcard_contact.cpp35 std::string rawValue; in AddRawData() local
53 void VCardContact::AddDatas(std::string name, std::string rawValue, std::string byte, std::vector<s… in AddDatas()
83 void VCardContact::AddOtherDatas(std::string name, std::string rawValue, std::string byte, in AddOtherDatas()
694 void VCardContact::AddIms(std::string name, std::string rawValue, std::string propValue, in AddIms()
707 void VCardContact::AddNameData(std::string name, std::string rawValue, std::vector<std::string> val… in AddNameData()
739std::string rawValue, std::map<std::string, std::vector<std::string>> parasMap, std::string propVa… in AddCustom()
809std::string rawValue, std::map<std::string, std::vector<std::string>> parasMap, std::string propVa… in SetSip()
836std::string rawValue, std::map<std::string, std::vector<std::string>> parasMap, std::string propVa… in AddSipData()
859 void VCardContact::AddPhonesData(std::string rawValue, std::string propValue, std::vector<std::stri… in AddPhonesData()
890 void VCardContact::HandlePhoneCase(std::string phoneNumber, std::string rawValue, std::string propV… in HandlePhoneCase()
[all …]
Dvcard_decoder_v21.cpp202 std::string rawValue = rawData->GetRawValue(); in DealRawDataValue() local
241 void VCardDecoderV21::DealV21Value(std::string &rawValue) in DealV21Value()
264 const std::string &rawValue, std::shared_ptr<VCardRawData> rawData, int32_t &errorCode) in DealBase64OrB()
275 void VCardDecoderV21::DealEncodingQPOrNoEncodingFN(const std::string &rawValue, std::shared_ptr<VCa… in DealEncodingQPOrNoEncodingFN()
583 void VCardDecoderV21::DealAdrOrgN(const std::string &rawValue, std::shared_ptr<VCardRawData> rawDat… in DealAdrOrgN()
616 void VCardDecoderV21::ParseQuotedPrintableValues(const std::string &rawValue, std::vector<std::stri… in ParseQuotedPrintableValues()
Dvcard_raw_data.cpp33 void VCardRawData::SetRawValue(const std::string &rawValue) in SetRawValue()
Dvcard_constructor.cpp820 void VCardConstructor::AddLine(const std::string &type, const std::string &rawValue) in AddLine()
831 … const std::string &type, const std::string &rawValue, bool needCharset, bool needQuotedPrintable) in AddLine()
837 const std::string &type, const std::vector<std::string> &paramList, const std::string &rawValue) in AddLine()
843 const std::string &rawValue, bool needCharset, bool needQuotedPrintable) in AddLine()
881 for (std::string rawValue : valueList) { in AddLine() local