/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/ |
H A D | dash_mpd_parser_unit_test.cpp | 559 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 D | dcamera_utils_tools_test.cpp | 145 Base64Decode(retsult); 163 Base64Decode(toDncode);
|
/ohos5.0/base/security/device_security_level/baselib/utils/src/ |
H A D | utils_base64.c | 105 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 D | base64_utils.h | 27 … static bool Base64Decode(const uint8_t *src, uint32_t srcSize, uint8_t *dest, uint32_t *destSize);
|
H A D | base64_utils.cpp | 54 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 D | distributed_sched_utils.h | 37 std::string Base64Decode(const std::string& basicString);
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/utils/ |
H A D | dcamera.h | 42 std::string Base64Decode(const std::string& basicString);
|
/ohos5.0/base/tee/tee_client/services/authentication/ |
H A D | tee_auth_system.cpp | 31 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 D | base64_decode.h | 86 inline vector<uint8_t> Base64Decode(string_view encodedString) in Base64Decode() function
|
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/utils/ |
H A D | dcamera_utils_tools.h | 39 std::string Base64Decode(const std::string& basicString);
|
/ohos5.0/base/usb/usb_manager/services/native/include/ |
H A D | usb_accessory_manager.h | 59 std::vector<uint8_t> Base64Decode(const std::string& encoded_string);
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/ |
H A D | converter.h | 79 std::string Base64Decode(std::string const& encodedStr, EncodingType type);
|
H A D | converter.cpp | 224 string Base64Decode(string const& encodedStr, EncodingType type) in Base64Decode() function
|
H A D | js_buffer.cpp | 453 str = Base64Decode(value, encodingType); in GetString()
|
/ohos5.0/foundation/ability/dmsfwk/common/src/ |
H A D | distributed_sched_utils.cpp | 222 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 D | text_coder.h | 31 void Base64Decode(const std::string &src, std::string &dest);
|
H A D | text_coder.cpp | 190 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 D | usb_accessory_manager.cpp | 224 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 D | dcamera.cpp | 124 std::string Base64Decode(const std::string& basicString) in Base64Decode() function
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/ |
H A D | dcamera_client.cpp | 106 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 D | dcamera_utils_tools.cpp | 141 std::string Base64Decode(const std::string& basicString) in Base64Decode() function
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/ |
H A D | dmetadata_processor.cpp | 41 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 D | m3u8.cpp | 353 bool ret = Base64Utils::Base64Decode(reinterpret_cast<const uint8_t *>(psshString.c_str()), in SetDrmInfo()
|
/ohos5.0/base/telephony/sms_mms/services/sms/ |
H A D | sms_service.cpp | 728 TextCoder::Instance().Base64Decode(src, dest); in GetBase64Decode()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_util.cpp | 1000 out = BASE_NS::Base64Decode(in); in DecodeDataURI()
|