Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/mock/core/image_provider/
Dmock_image_loader.cpp75 void ImageLoader::WriteCacheToFile(const std::string& uri, const std::vector<uint8_t>& imageData) {} in WriteCacheToFile() function in OHOS::Ace::ImageLoader
76 void ImageLoader::WriteCacheToFile(const std::string& uri, const std::string& imageData) {} in WriteCacheToFile() function in OHOS::Ace::ImageLoader
/foundation/arkui/ace_engine/frameworks/core/image/
Dimage_loader.h74 static void WriteCacheToFile(const std::string& uri, const std::vector<uint8_t>& imageData);
75 static void WriteCacheToFile(const std::string& uri, const std::string& imageData);
Dimage_loader.cpp497 WriteCacheToFile(uri, imageData); in LoadImageData()
884 void ImageLoader::WriteCacheToFile(const std::string& uri, const std::vector<uint8_t>& imageData) in WriteCacheToFile() function in OHOS::Ace::ImageLoader
893 void ImageLoader::WriteCacheToFile(const std::string& uri, const std::string& imageData) in WriteCacheToFile() function in OHOS::Ace::ImageLoader
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
Dimage_loading_context.cpp254 ImageLoader::WriteCacheToFile(GetSourceInfo().GetSrc(), imageData); in DownloadImageSuccess()