Home
last modified time | relevance | path

Searched refs:GetBase64 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_decoder_v30.h40 virtual std::string GetBase64(const std::string &value, int32_t &errorCode);
H A Dvcard_decoder_v21.h63 virtual std::string GetBase64(const std::string &value, int32_t &errorCode);
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_decoder_v30.cpp193 std::string VCardDecoderV30::GetBase64(const std::string &value, int32_t &errorCode) in GetBase64() function in OHOS::Telephony::VCardDecoderV30
H A Dvcard_decoder_v21.cpp270 std::string base64 = GetBase64(rawValue, errorCode); in DealBase64OrB()
736 std::string VCardDecoderV21::GetBase64(const std::string &value, int32_t &errorCode) in GetBase64() function in OHOS::Telephony::VCardDecoderV21