Home
last modified time | relevance | path

Searched refs:DecodeBase64 (Results 1 - 7 of 7) sorted by relevance

/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_source.cpp347 std::unique_ptr<SourceStream> ImageSource::DecodeBase64(const uint8_t *data, uint32_t size) in DecodeBase64() function in OHOS::Media::ImageSource
349 return DecodeBase64(""); in DecodeBase64()
352 std::unique_ptr<SourceStream> ImageSource::DecodeBase64(const std::string &data) in DecodeBase64() function in OHOS::Media::ImageSource
/base/telephony/core_service/utils/vcard/include/
H A Dvcard_utils.h33 static std::string DecodeBase64(const std::string &encoded);
/base/telephony/core_service/test/fuzztest/vcard_fuzzer/
H A Dvcard_fuzzer.cpp312 VCardUtils::DecodeBase64(fuzzdata); in VCardUtilsTest()
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_utils.cpp71 std::string VCardUtils::DecodeBase64(const std::string &input) in DecodeBase64() function in OHOS::Telephony::VCardUtils
H A Dvcard_decoder_v21.cpp271 rawData->SetByte(VCardUtils::DecodeBase64(base64)); in DealBase64OrB()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dvcard_test.cpp849 data1->bytes_ = VCardUtils::DecodeBase64(rawBase64); in HWTEST_F()
851 data2->bytes_ = VCardUtils::DecodeBase64("ABCE"); in HWTEST_F()
/base/telephony/core_service/services/sim/src/
H A Desim_file.cpp1608 std::string destString = VCardUtils::DecodeBase64(base64Src); in Asn1AddChildAsBase64()
1637 std::vector<uint8_t> bytes = Asn1Utils::StringToBytes(VCardUtils::DecodeBase64(dst.hashCc)); in ProcessPrepareDownload()
1760 std::string destString = VCardUtils::DecodeBase64(boundProfilePackageStr); in DecodeBoundProfilePackage()

Completed in 12 milliseconds