Searched defs:Base64Encode (Results 1 – 4 of 4) sorted by relevance
26 static std::string Base64Encode(const char *data) in Base64Encode() function
79 std::string Base64Encode(const unsigned char *toEncode, unsigned int len) in Base64Encode() function
28 bool Utils::Base64Encode(const std::string &source, std::string &encoded) in Base64Encode() function in OHOS::CastEngine::CastEngineService::Utils