Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.cpp82 return ConstructCacheFilePath(std::to_string(std::hash<std::string> {}(url))); in GetImageCacheFilePath()
85 std::string ImageFileCache::ConstructCacheFilePath(const std::string& fileName) in ConstructCacheFilePath() function in OHOS::Ace::ImageFileCache
105 std::string writeFilePath = ConstructCacheFilePath(fileCacheKey + suffix); in WriteFile()
196 removeVector.push_back(ConstructCacheFilePath(iter->fileName)); in SaveCacheInner()
214 auto removeFile = ConstructCacheFilePath(infoIter->fileName); in EraseCacheFile()
234 auto writeFilePath = ConstructCacheFilePath(fileCacheKey + suffix); in WriteCacheFile()
292 auto astcFilePath = ConstructCacheFilePath(astcFileName); in ConvertToAstcAndWriteToFile()
350 auto filePath = ConstructCacheFilePath(infoIter->fileName); in GetCacheFilePathInner()
414 auto filePath = ConstructCacheFilePath(item.fileName); in DumpCacheInfo()
H A Dimage_file_cache.h65 std::string ConstructCacheFilePath(const std::string& fileName);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/image_file_cache/
H A Dimage_file_cache_test_ng.cpp122 ASSERT_EQ(filePath, ImageFileCache::GetInstance().ConstructCacheFilePath(fileCacheKey));
170 ASSERT_EQ(filePath, ImageFileCache::GetInstance().ConstructCacheFilePath(fileCacheKey));
259 ASSERT_EQ(filePath, ImageFileCache::GetInstance().ConstructCacheFilePath(fileCacheKey));
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpixel_map_ohos.cpp307 auto path = ImageFileCache::GetInstance().ConstructCacheFilePath(filename); in SavePixelMapToFile()