Searched defs:rawValue (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_contact.cpp | 35 std::string rawValue; in AddRawData() local 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() 888 void VCardContact::HandlePhoneCase(std::string phoneNumber, std::string rawValue, std::string propV… in HandlePhoneCase() 1060 void VCardContact::AddPhotoDatas(std::string byte, std::string rawValue, std::string propValue, in AddPhotoDatas() 1116 void VCardContact::AddBirthdayDatas(std::string rawValue) in AddBirthdayDatas() [all …]
|
H A 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()
|
H A D | vcard_raw_data.cpp | 33 void VCardRawData::SetRawValue(const std::string &rawValue) in SetRawValue()
|
H A 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
|
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | input_parse.cpp | 51 cJSON* rawValue = cJSON_GetObjectItem(json, key.c_str()); in GetJsonData() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | schema_object.cpp | 332 RawValue rawValue; in VerifyValue() local 365 RawValue rawValue; in ExtractValue() local
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/tlv/ |
H A D | tlv_object.h | 406 uint8_t rawValue = 0; in ReadBasicValue() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_storage_executor.cpp | 647 Value rawValue; in Get() local
|