Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_file_cache.cpp23 void ImageFileCache::EraseCacheFile(const std::string &url) {} in EraseCacheFile() function in OHOS::Ace::ImageFileCache
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.h63 void EraseCacheFile(const std::string& url);
H A Dimage_file_cache.cpp205 void ImageFileCache::EraseCacheFile(const std::string &url) in EraseCacheFile() function in OHOS::Ace::ImageFileCache
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_loading_context.cpp395 ImageFileCache::GetInstance().EraseCacheFile(GetSourceInfo().GetSrc()); in FailCallback()