Searched defs:Base64Encode (Results 1 – 6 of 6) sorted by relevance
80 inline string Base64Encode(array_view<const uint8_t> binaryData) in Base64Encode() function
34 static std::string Base64Encode(const std::vector<uint8_t>& data) in Base64Encode() function
28 bool Utils::Base64Encode(const std::string &source, std::string &encoded) in Base64Encode() function in OHOS::CastEngine::CastEngineService::Utils
51 bool Utils::Base64Encode(const std::string &source, std::string &encoded) in Base64Encode() function in OHOS::CastEngine::CastEngineService::Utils
92 std::string Base64Encode(const unsigned char *toEncode, unsigned int len) in Base64Encode() function
243 std::string Base64Encode(const unsigned char *toEncode, unsigned int len) in Base64Encode() function