Home
last modified time | relevance | path

Searched refs:Base64Decode (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_mpd_parser_unit_test.cpp559 bool ret = Base64Utils::Base64Decode(src, srcSize, dest, &destSize);
562 ret = Base64Utils::Base64Decode(src1, srcSize, dest, &destSize);
565 ret = Base64Utils::Base64Decode(src, srcSize, dest1, &destSize);
568 ret = Base64Utils::Base64Decode(src, srcSize, dest, destSize1);
571 ret = Base64Utils::Base64Decode(src, srcSize, dest, &destSize);
580 bool ret = Base64Utils::Base64Decode(src, 5, dest, &destSize); // 5: srcSize
590 bool ret = Base64Utils::Base64Decode(src, sizeof(src) - 1, dest, &destSize);
602 bool ret = Base64Utils::Base64Decode(src, sizeof(src) - 1, dest, &destSize);
/ohos5.0/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/
H A Ddcamera_utils_tools_test.cpp145 Base64Decode(retsult);
163 Base64Decode(toDncode);
/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
208 int realLen = Base64Decode(src, decoded, decodedLen); in Base64DecodeApp()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/base64/
H A Dbase64_utils.h27 … static bool Base64Decode(const uint8_t *src, uint32_t srcSize, uint8_t *dest, uint32_t *destSize);
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/foundation/ability/dmsfwk/common/include/
H A Ddistributed_sched_utils.h37 std::string Base64Decode(const std::string& basicString);
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/utils/
H A Ddcamera.h42 std::string Base64Decode(const std::string& basicString);
/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
143 ret = Base64Decode(pubkeyBase64, (unsigned char *)decodedPubkey, &decodedPubkeyLen); in ConstructHapCaInfoFromToken()
/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/distributedhardware/distributed_camera/common/include/utils/
H A Ddcamera_utils_tools.h39 std::string Base64Decode(const std::string& basicString);
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_accessory_manager.h59 std::vector<uint8_t> Base64Decode(const std::string& encoded_string);
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.h79 std::string Base64Decode(std::string const& encodedStr, EncodingType type);
H A Dconverter.cpp224 string Base64Decode(string const& encodedStr, EncodingType type) in Base64Decode() function
H A Djs_buffer.cpp453 str = Base64Decode(value, encodingType); in GetString()
/ohos5.0/foundation/ability/dmsfwk/common/src/
H A Ddistributed_sched_utils.cpp222 std::string str = Base64Decode(rawStr); in Base64StrToParcel()
285 std::string Base64Decode(const std::string& basicString) in Base64Decode() function
/ohos5.0/base/telephony/sms_mms/utils/
H A Dtext_coder.h31 void Base64Decode(const std::string &src, std::string &dest);
H A Dtext_coder.cpp190 void TextCoder::Base64Decode(const std::string &src, std::string &dest) in Base64Decode() function in OHOS::Telephony::TextCoder
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_accessory_manager.cpp224 std::vector<uint8_t> extraData = Base64Decode(extraEcode); in ProcessAccessorySend()
359 std::vector<uint8_t> UsbAccessoryManager::Base64Decode(const std::string& basicString) in Base64Decode() function in OHOS::USB::UsbAccessoryManager
/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/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H A Ddcamera_client.cpp106 std::string metadataStr = Base64Decode(dcSettingValue); in UpdateSettings()
569 std::string metadataStr = Base64Decode(metadataSetting); in StartPhotoOutput()
/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/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp41 std::string decodeString = Base64Decode(metadataStr); in InitDCameraAbility()
604 std::string metadataStr = Base64Decode(resultStr); in SaveResultMetadata()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dm3u8.cpp353 bool ret = Base64Utils::Base64Decode(reinterpret_cast<const uint8_t *>(psshString.c_str()), in SetDrmInfo()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_service.cpp728 TextCoder::Instance().Base64Decode(src, dest); in GetBase64Decode()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp1000 out = BASE_NS::Base64Decode(in); in DecodeDataURI()

12