/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 | 46 * @brief Base64Decode base64 decoding 54 bool Base64Utils::Base64Decode(const uint8_t *src, uint32_t srcSize, uint8_t *dest, uint32_t *destSize) in Base64Decode() function in OHOS::Media::Plugins::HttpPlugin::Base64Utils
|
/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); in HWTEST_F() 562 ret = Base64Utils::Base64Decode(src1, srcSize, dest, &destSize); in HWTEST_F() 565 ret = Base64Utils::Base64Decode(src, srcSize, dest1, &destSize); in HWTEST_F() 568 ret = Base64Utils::Base64Decode(src, srcSize, dest, destSize1); in HWTEST_F() 571 ret = Base64Utils::Base64Decode(src, srcSize, dest, &destSize); in HWTEST_F() 580 bool ret = Base64Utils::Base64Decode(src, 5, dest, &destSize); // 5: srcSize in HWTEST_F() 590 bool ret = Base64Utils::Base64Decode(src, sizeof(src) - 1, dest, &destSize); in HWTEST_F() 602 bool ret = Base64Utils::Base64Decode(src, sizeof(src) - 1, dest, &destSize); in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/ |
H A D | dcamera_utils_tools_test.cpp | 145 Base64Decode(retsult); in HWTEST_F() 163 Base64Decode(toDncode); in HWTEST_F()
|
/foundation/ability/dmsfwk/common/include/ |
H A D | distributed_sched_utils.h | 38 std::string Base64Decode(const std::string& basicString);
|
/foundation/ability/dmsfwk/common/test/unittest/src/ |
H A D | distributed_sched_utils_test.cpp | 203 EXPECT_EQ("", Base64Decode(basicString)); in HWTEST_F() 226 EXPECT_EQ(Base64Decode(basicString), ""); in HWTEST_F()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/ |
H A D | utils.h | 70 static bool Base64Decode(const std::string &encoded, std::string &decoded);
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/ |
H A D | utils.h | 70 static bool Base64Decode(const std::string &encoded, std::string &decoded);
|
/foundation/distributedhardware/distributed_camera/common/include/utils/ |
H A D | dcamera_utils_tools.h | 39 std::string Base64Decode(const std::string& basicString);
|
/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
|
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/ |
H A D | utils.cpp | 40 bool Utils::Base64Decode(const std::string &encoded, std::string &decoded) in Base64Decode() function in OHOS::CastEngine::CastEngineService::Utils
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/ |
H A D | utils.cpp | 40 bool Utils::Base64Decode(const std::string &encoded, std::string &decoded)
in Base64Decode() function in OHOS::CastEngine::CastEngineService::Utils
|
/foundation/ability/dmsfwk/common/src/ |
H A D | distributed_sched_utils.cpp | 231 std::string str = Base64Decode(rawStr); in Base64StrToParcel() 292 std::string Base64Decode(const std::string& basicString) in Base64Decode() function
|
/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()
|
/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
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | m3u8.cpp | 349 bool ret = Base64Utils::Base64Decode(reinterpret_cast<const uint8_t *>(psshString.c_str()), in SetDrmInfo()
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | ecs_serializer.cpp | 996 auto bytes = ::Base64Decode(jsonIn.string_); in ReadProperty()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_util.cpp | 1000 out = BASE_NS::Base64Decode(in); in DecodeDataURI()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_serializer.cpp | 1094 auto bytes = BASE_NS::Base64Decode(jsonIn.string_); in ReadProperty()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/ |
H A D | dash_mpd_downloader.cpp | 610 if (Base64Utils::Base64Decode(reinterpret_cast<const uint8_t *>(psshString.c_str()), in ProcessDrmInfos() 632 MEDIA_LOG_W("Base64Decode pssh error, drmId " PUBLIC_LOG_S, drmInfo.drmId_.c_str()); in ProcessDrmInfos()
|