Home
last modified time | relevance | path

Searched refs:cacheFilePathMutex_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.cpp68 std::unique_lock<std::shared_mutex> lock(cacheFilePathMutex_); in SetImageCacheFilePath()
76 std::shared_lock<std::shared_mutex> lock(cacheFilePathMutex_); in GetImageCacheFilePath()
87 std::shared_lock<std::shared_mutex> lock(cacheFilePathMutex_); in ConstructCacheFilePath()
H A Dimage_file_cache.h76 std::shared_mutex cacheFilePathMutex_; variable