Searched defs:Base64Decode (Results 1 – 10 of 10) sorted by relevance
86 inline vector<uint8_t> Base64Decode(string_view encodedString) in Base64Decode() function
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
124 std::string Base64Decode(const std::string& basicString) in Base64Decode() function
31 static int32_t Base64Decode(string& encodedStr, unsigned char *decodedStr, uint32_t *decodedLen) in Base64Decode() function
105 static int32_t Base64Decode(const uint8_t *from, uint8_t *to, uint32_t toCheckLen) in Base64Decode() function
285 std::string Base64Decode(const std::string& basicString) in Base64Decode() function
141 std::string Base64Decode(const std::string& basicString) in Base64Decode() function
359 std::vector<uint8_t> UsbAccessoryManager::Base64Decode(const std::string& basicString) in Base64Decode() function in OHOS::USB::UsbAccessoryManager
224 string Base64Decode(string const& encodedStr, EncodingType type) in Base64Decode() function
190 void TextCoder::Base64Decode(const std::string &src, std::string &dest) in Base64Decode() function in OHOS::Telephony::TextCoder