Home
last modified time | relevance | path

Searched refs:GetDataFromCacheFile (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.h58 RefPtr<NG::ImageData> GetDataFromCacheFile(const std::string& url, const std::string& suffix);
H A Dimage_cache.cpp35 RefPtr<NG::ImageData> GetDataFromCacheFile(const std::string& filePath) override in GetDataFromCacheFile() function in OHOS::Ace::MockImageCache
H A Dimage_file_cache.cpp150 RefPtr<NG::ImageData> ImageFileCache::GetDataFromCacheFile(const std::string& url, const std::strin… in GetDataFromCacheFile() function in OHOS::Ace::ImageFileCache
H A Dimage_loader.cpp223 return ImageFileCache::GetInstance().GetDataFromCacheFile(key, suffix); in LoadImageDataFromFileCache()
H A Dimage_provider.cpp282 auto data = ImageFileCache::GetInstance().GetDataFromCacheFile(key, suffix); in LoadImageRawDataFromFileCache()