Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dapi_cache_manager.cpp38 std::lock_guard<std::mutex> lock(cachesMutex_); in AddCacheApi()
53 std::lock_guard<std::mutex> lock(cachesMutex_); in DelCacheApi()
68 std::lock_guard<std::mutex> lock(cachesMutex_); in ClearCache()
81 std::lock_guard<std::mutex> lock(cachesMutex_); in ClearCache()
94 std::lock_guard<std::mutex> lock(cachesMutex_); in ClearCache()
113 std::lock_guard<std::mutex> lock(cachesMutex_); in PreSendRequest()
140 std::lock_guard<std::mutex> lock(cachesMutex_); in PostSendRequest()
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/
H A Dapi_cache_manager.h55 std::mutex cachesMutex_; variable