Searched refs:GetBase64ImageCode (Results 1 – 2 of 2) sorted by relevance
167 static std::string_view GetBase64ImageCode(const std::string& uri);
517 std::string_view base64Code = GetBase64ImageCode(imageSourceInfo.GetSrc()); in LoadImageData()549 std::string_view Base64ImageLoader::GetBase64ImageCode(const std::string& uri) in GetBase64ImageCode() function in OHOS::Ace::Base64ImageLoader