Home
last modified time | relevance | path

Searched refs:WriteCacheToFile (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_loader.cpp72 void ImageLoader::WriteCacheToFile(const std::string& uri, const std::vector<uint8_t>& imageData) {} in WriteCacheToFile() function in OHOS::Ace::ImageLoader
73 void ImageLoader::WriteCacheToFile(const std::string& uri, const std::string& imageData) {} in WriteCacheToFile() function in OHOS::Ace::ImageLoader
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_loader.h71 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);
H A Dimage_loader.cpp472 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::ImageLoader
904 void ImageLoader::WriteCacheToFile(const std::string& uri, const std::string& imageData) in WriteCacheToFile() function in OHOS::Ace::ImageLoader
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_loading_context.cpp275 ImageLoader::WriteCacheToFile(GetSourceInfo().GetSrc(), downloadedUrlData_); in CacheDownloadedImage()