Searched defs:DecodeBase64 (Results 1 – 5 of 5) sorted by relevance
347 std::unique_ptr<SourceStream> ImageSource::DecodeBase64(const uint8_t *data, uint32_t size) in DecodeBase64() function in OHOS::Media::ImageSource352 std::unique_ptr<SourceStream> ImageSource::DecodeBase64(const std::string &data) in DecodeBase64() function in OHOS::Media::ImageSource
71 std::string VCardUtils::DecodeBase64(const std::string &input) in DecodeBase64() function in OHOS::Telephony::VCardUtils
543 bool DecodeBase64(const std::string &input, std::vector<uint8_t> &output) in DecodeBase64() function
2723 unique_ptr<SourceStream> ImageSource::DecodeBase64(const uint8_t *data, uint32_t size) in DecodeBase64() function in OHOS::Media::ImageSource2778 unique_ptr<SourceStream> ImageSource::DecodeBase64(const string &data) in DecodeBase64() function in OHOS::Media::ImageSource
931 static napi_value DecodeBase64(napi_env env, napi_callback_info info) in DecodeBase64() function