Home
last modified time | relevance | path

Searched refs:GetCacheFilePathInner (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/image_file_cache/
H A Dimage_file_cache_test_ng.cpp121 filePath = ImageFileCache::GetInstance().GetCacheFilePathInner(url, "");
169 filePath = ImageFileCache::GetInstance().GetCacheFilePathInner(url, "");
258 filePath = ImageFileCache::GetInstance().GetCacheFilePathInner(url, "");
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.cpp153 auto filePath = GetCacheFilePathInner(url, suffix); in GetDataFromCacheFile()
337 return GetCacheFilePathInner(url, ""); in GetCacheFilePath()
340 std::string ImageFileCache::GetCacheFilePathInner(const std::string& url, const std::string& suffix) in GetCacheFilePathInner() function in OHOS::Ace::ImageFileCache
H A Dimage_file_cache.h70 std::string GetCacheFilePathInner(const std::string& url, const std::string& suffix);