Searched defs:rawValue (Results 1 – 4 of 4) sorted by relevance
| /base/telephony/core_service/utils/vcard/src/ |
| D | vcard_contact.cpp | 35 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() 692 void VCardContact::AddIms(std::string name, std::string rawValue, std::string propValue, in AddIms() 705 void VCardContact::AddNameData(std::string name, std::string rawValue, std::vector<std::string> val… in AddNameData() 737 …std::string rawValue, std::map<std::string, std::vector<std::string>> parasMap, std::string propVa… in AddCustom() 807 …std::string rawValue, std::map<std::string, std::vector<std::string>> parasMap, std::string propVa… in SetSip() 834 …std::string rawValue, std::map<std::string, std::vector<std::string>> parasMap, std::string propVa… in AddSipData() 857 void VCardContact::AddPhonesData(std::string rawValue, std::string propValue, std::vector<std::stri… in AddPhonesData() 888 void VCardContact::HandlePhoneCase(std::string phoneNumber, std::string rawValue, std::string propV… in HandlePhoneCase() [all …]
|
| D | vcard_decoder_v21.cpp | 202 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()
|
| D | vcard_raw_data.cpp | 33 void VCardRawData::SetRawValue(const std::string &rawValue) in SetRawValue()
|
| D | vcard_constructor.cpp | 820 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> ¶mList, 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
|