Searched defs:rawValue (Results 1 – 5 of 5) sorted by relevance
| /base/telephony/core_service/utils/vcard/src/ |
| D | vcard_contact.cpp | 36 std::string rawValue; in AddRawData() local 54 void VCardContact::AddDatas(std::string name, std::string rawValue, std::string byte, std::vector<s… in AddDatas() 84 void VCardContact::AddOtherDatas(std::string name, std::string rawValue, std::string byte, in AddOtherDatas() 108 void VCardContact::AddRemainDatas(std::string name, std::string rawValue, std::vector<std::string> … in AddRemainDatas() 731 void VCardContact::AddIms(std::string name, std::string rawValue, std::string propValue, in AddIms() 747 void VCardContact::AddNameData(std::string name, std::string rawValue, std::vector<std::string> val… in AddNameData() 780 …std::string rawValue, std::map<std::string, std::vector<std::string>> parasMap, std::string propVa… in AddCustom() 850 …std::string rawValue, std::map<std::string, std::vector<std::string>> parasMap, std::string propVa… in SetSip() 877 …std::string rawValue, std::map<std::string, std::vector<std::string>> parasMap, std::string propVa… in AddSipData() 900 void VCardContact::AddPhonesData(std::string rawValue, std::string propValue, std::vector<std::stri… in AddPhonesData() [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 | 840 void VCardConstructor::AddLine(const std::string &type, const std::string &rawValue) in AddLine() 851 … const std::string &type, const std::string &rawValue, bool needCharset, bool needQuotedPrintable) in AddLine() 857 const std::string &type, const std::vector<std::string> ¶mList, const std::string &rawValue) in AddLine() 863 const std::string &rawValue, bool needCharset, bool needQuotedPrintable) in AddLine() 901 for (std::string rawValue : valueList) { in AddLine() local
|
| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| D | vcard_test.cpp | 1390 std::string rawValue = "test1"; variable
|