Home
last modified time | relevance | path

Searched defs:fileCacheKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/image_file_cache/
H A Dimage_file_cache_test_ng.cpp92 std::string fileCacheKey = std::to_string(std::hash<std::string> {}(url)); variable
148 std::string fileCacheKey = std::to_string(std::hash<std::string> {}(url)); variable
192 std::string fileCacheKey = std::to_string(std::hash<std::string> {}(url)); variable
231 std::string fileCacheKey = std::to_string(std::hash<std::string> {}(url)); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.cpp103 const std::string& fileCacheKey, const std::string& suffix) in WriteFile()
207 auto fileCacheKey = std::to_string(std::hash<std::string> {}(url)); in EraseCacheFile() local
233 auto fileCacheKey = std::to_string(std::hash<std::string> {}(url)); in WriteCacheFile() local
265 void ImageFileCache::ConvertToAstcAndWriteToFile(const std::string& fileCacheKey, const std::string… in ConvertToAstcAndWriteToFile()
342 auto fileCacheKey = std::to_string(std::hash<std::string> {}(url)); in GetCacheFilePathInner() local
390 std::string fileCacheKey = GetImageCacheKey(std::string(filePtr->d_name)); in SetCacheFileInfo() local