Home
last modified time | relevance | path

Searched refs:EncodeParamValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_decoder_v30.cpp98 std::string VCardDecoderV30::EncodeParamValue(const std::string &value) in EncodeParamValue() function in OHOS::Telephony::VCardDecoderV30
160 rawData->AppendParameter(param, EncodeParamValue(value)); in DealParamV30()
172 rawData->AppendParameter(param, EncodeParamValue(value)); in DealParamV30()
185 rawData->AppendParameter(param, EncodeParamValue(value)); in DealParamV30()
/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_decoder_v30.h46 std::string EncodeParamValue(const std::string &paramValue);