Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_contact.cpp35 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()
737std::string rawValue, std::map<std::string, std::vector<std::string>> parasMap, std::string propVa… in AddCustom()
807std::string rawValue, std::map<std::string, std::vector<std::string>> parasMap, std::string propVa… in SetSip()
834std::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 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()
H A Dvcard_raw_data.cpp33 void VCardRawData::SetRawValue(const std::string &rawValue) in SetRawValue()
H A 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
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dinput_parse.cpp51 cJSON* rawValue = cJSON_GetObjectItem(json, key.c_str()); in GetJsonData() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp332 RawValue rawValue; in VerifyValue() local
365 RawValue rawValue; in ExtractValue() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dtlv_object.h406 uint8_t rawValue = 0; in ReadBasicValue() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_storage_executor.cpp647 Value rawValue; in Get() local