Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/core/image/
Dimage_file_cache_test_ng.cpp92 std::string fileCacheKey = std::to_string(std::hash<std::string> {}(url)); variable
152 std::string fileCacheKey = std::to_string(std::hash<std::string> {}(url)); variable
196 std::string fileCacheKey = std::to_string(std::hash<std::string> {}(url)); variable
235 std::string fileCacheKey = std::to_string(std::hash<std::string> {}(url)); variable
/foundation/arkui/ace_engine/frameworks/core/image/
Dimage_file_cache.cpp116 const std::string& fileCacheKey, const std::string& suffix) in SetImageCacheFilePath()
217 auto fileCacheKey = std::to_string(std::hash<std::string> {}(url)); in SetImageCacheFilePath() local
243 auto fileCacheKey = std::to_string(std::hash<std::string> {}(url)); in SetImageCacheFilePath() local
275 void ImageFileCache::ConvertToAstcAndWriteToFile(const std::string& fileCacheKey, const std::string… in SetImageCacheFilePath()
353 auto fileCacheKey = std::to_string(std::hash<std::string> {}(url)); in SetImageCacheFilePath() local
401 std::string fileCacheKey = GetImageCacheKey(std::string(filePtr->d_name)); in SetImageCacheFilePath() local