Searched refs:WriteCacheToFile (Results 1 – 4 of 4) sorted by relevance
72 void ImageLoader::WriteCacheToFile(const std::string& uri, const std::vector<uint8_t>& imageData) {} in WriteCacheToFile() function in OHOS::Ace::ImageLoader73 void ImageLoader::WriteCacheToFile(const std::string& uri, const std::string& imageData) {} in WriteCacheToFile() function in OHOS::Ace::ImageLoader
71 static void WriteCacheToFile(const std::string& uri, const std::vector<uint8_t>& imageData);72 static void WriteCacheToFile(const std::string& uri, const std::string& imageData);
472 WriteCacheToFile(uri, imageData); in LoadImageData()480 WriteCacheToFile(uri, downloadResult->dataOut); in LoadImageData()895 void ImageLoader::WriteCacheToFile(const std::string& uri, const std::vector<uint8_t>& imageData) in WriteCacheToFile() function in OHOS::Ace::ImageLoader904 void ImageLoader::WriteCacheToFile(const std::string& uri, const std::string& imageData) in WriteCacheToFile() function in OHOS::Ace::ImageLoader
275 ImageLoader::WriteCacheToFile(GetSourceInfo().GetSrc(), downloadedUrlData_); in CacheDownloadedImage()