Home
last modified time | relevance | path

Searched defs:Base64Decode (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dbase64_decode.h86 inline vector<uint8_t> Base64Decode(string_view encodedString) in Base64Decode() function
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/base64/
H A Dbase64_utils.cpp54 bool Base64Utils::Base64Decode(const uint8_t *src, uint32_t srcSize, uint8_t *dest, uint32_t *destS… in Base64Decode() function in OHOS::Media::Plugins::HttpPlugin::Base64Utils
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/utils/
H A Ddcamera.cpp124 std::string Base64Decode(const std::string& basicString) in Base64Decode() function
/ohos5.0/base/tee/tee_client/services/authentication/
H A Dtee_auth_system.cpp31 static int32_t Base64Decode(string& encodedStr, unsigned char *decodedStr, uint32_t *decodedLen) in Base64Decode() function
/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_base64.c105 static int32_t Base64Decode(const uint8_t *from, uint8_t *to, uint32_t toCheckLen) in Base64Decode() function
/ohos5.0/foundation/ability/dmsfwk/common/src/
H A Ddistributed_sched_utils.cpp285 std::string Base64Decode(const std::string& basicString) in Base64Decode() function
/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddcamera_utils_tools.cpp141 std::string Base64Decode(const std::string& basicString) in Base64Decode() function
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_accessory_manager.cpp359 std::vector<uint8_t> UsbAccessoryManager::Base64Decode(const std::string& basicString) in Base64Decode() function in OHOS::USB::UsbAccessoryManager
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.cpp224 string Base64Decode(string const& encodedStr, EncodingType type) in Base64Decode() function
/ohos5.0/base/telephony/sms_mms/utils/
H A Dtext_coder.cpp190 void TextCoder::Base64Decode(const std::string &src, std::string &dest) in Base64Decode() function in OHOS::Telephony::TextCoder