Home
last modified time | relevance | path

Searched refs:Base64Decode (Results 1 - 20 of 20) sorted by relevance

/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.cpp46 * @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 Ddash_mpd_parser_unit_test.cpp559 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 Ddcamera_utils_tools_test.cpp145 Base64Decode(retsult); in HWTEST_F()
163 Base64Decode(toDncode); in HWTEST_F()
/foundation/ability/dmsfwk/common/include/
H A Ddistributed_sched_utils.h38 std::string Base64Decode(const std::string& basicString);
/foundation/ability/dmsfwk/common/test/unittest/src/
H A Ddistributed_sched_utils_test.cpp203 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 Dutils.h70 static bool Base64Decode(const std::string &encoded, std::string &decoded);
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H A Dutils.h70 static bool Base64Decode(const std::string &encoded, std::string &decoded);
/foundation/distributedhardware/distributed_camera/common/include/utils/
H A Ddcamera_utils_tools.h39 std::string Base64Decode(const std::string& basicString);
/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
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dutils.cpp40 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 Dutils.cpp40 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 Ddistributed_sched_utils.cpp231 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 Ddcamera_client.cpp106 std::string metadataStr = Base64Decode(dcSettingValue); in UpdateSettings()
569 std::string metadataStr = Base64Decode(metadataSetting); in StartPhotoOutput()
/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddcamera_utils_tools.cpp141 std::string Base64Decode(const std::string& basicString) in Base64Decode() function
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dm3u8.cpp349 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 Decs_serializer.cpp996 auto bytes = ::Base64Decode(jsonIn.string_); in ReadProperty()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp1000 out = BASE_NS::Base64Decode(in); in DecodeDataURI()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp1094 auto bytes = BASE_NS::Base64Decode(jsonIn.string_); in ReadProperty()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp610 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()

Completed in 24 milliseconds