/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/ |
H A D | dns_param_cache.cpp | 63 std::lock_guard<ffrt::mutex> guard(cacheMutex_); in CreateCacheForNet() 76 std::lock_guard<ffrt::mutex> guard(cacheMutex_); in DestroyNetworkCache() 96 std::lock_guard<ffrt::mutex> guard(cacheMutex_); in SetResolverConfig() 138 std::lock_guard<ffrt::mutex> guard(cacheMutex_); in EnableIpv6() 154 std::lock_guard<ffrt::mutex> guard(cacheMutex_); in IsIpv6Enable() 174 std::lock_guard<ffrt::mutex> guard(cacheMutex_); in GetResolverConfig() 244 std::lock_guard<ffrt::mutex> guard(cacheMutex_); in SetDnsCache() 267 std::lock_guard<ffrt::mutex> guard(cacheMutex_); in GetDnsCache() 296 std::lock_guard<ffrt::mutex> guard(cacheMutex_); in SetCacheDelayed() 368 std::lock_guard<ffrt::mutex> guard(cacheMutex_); in SetFirewallRules() [all …]
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | audio_ring_cache.cpp | 90 std::lock_guard<std::mutex> lock(cacheMutex_); // need lock as we operation buffer in Init in ReConfig() 108 std::unique_lock<std::mutex> uniqueLock(cacheMutex_); in ReConfig() 122 std::lock_guard<std::mutex> lock(cacheMutex_); in ResetBuffer() 133 std::lock_guard<std::mutex> lock(cacheMutex_); in GetCahceSize() 139 std::lock_guard<std::mutex> lock(cacheMutex_); in GetWritableSize() 161 std::lock_guard<std::mutex> lock(cacheMutex_); in GetReadableSize() 183 std::lock_guard<std::mutex> lock(cacheMutex_); in Enqueue() 278 std::lock_guard<std::mutex> lock(cacheMutex_); in Dequeue()
|
/ohos5.0/base/inputmethod/imf/services/src/ |
H A D | ime_aging_manager.cpp | 44 std::lock_guard<std::recursive_mutex> lock(cacheMutex_); in Push() 63 std::lock_guard<std::recursive_mutex> lock(cacheMutex_); in Pop() 83 std::lock_guard<std::recursive_mutex> lock(cacheMutex_); in Clear() 98 std::lock_guard<std::recursive_mutex> lock(cacheMutex_); in ClearOldest() 115 std::lock_guard<std::recursive_mutex> lock(cacheMutex_); in AgingCache()
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/ |
H A D | clouddisk_notify_utils_mock.cpp | 32 mutex CloudDiskNotifyUtils::cacheMutex_; member in OHOS::FileManagement::CloudDisk::CloudDiskNotifyUtils 101 lock_guard<mutex> lock(cacheMutex_); in GetCacheNode() 117 lock_guard<mutex> lock(cacheMutex_); in PutCacheNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | node_data_cache.cpp | 106 std::unique_lock<std::shared_mutex> cacheLock(cacheMutex_); in PutString() 179 std::shared_lock<std::shared_mutex> lock(cacheMutex_); in GetNodeData() 197 std::unique_lock<std::shared_mutex> lock(cacheMutex_); in Clear() 206 std::unique_lock<std::shared_mutex> lock(cacheMutex_); in Reset()
|
H A D | node_data_cache.h | 103 std::shared_mutex cacheMutex_; variable
|
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_notify_utils.cpp | 31 mutex CloudDiskNotifyUtils::cacheMutex_; member in OHOS::FileManagement::CloudDisk::CloudDiskNotifyUtils 120 lock_guard<mutex> lock(cacheMutex_); in GetCacheNode() 136 lock_guard<mutex> lock(cacheMutex_); in PutCacheNode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_render_node_drawable.cpp | 126 std::scoped_lock<std::recursive_mutex> cacheLock(cacheMutex_); in GenerateCacheIfNeed() 480 std::scoped_lock<std::recursive_mutex> lock(cacheMutex_); in GetCachedSurface() 487 std::scoped_lock<std::recursive_mutex> lock(cacheMutex_); in InitCachedSurface() 548 std::scoped_lock<std::recursive_mutex> lock(cacheMutex_); in NeedInitCachedSurface() 579 std::scoped_lock<std::recursive_mutex> lock(cacheMutex_); in GetCachedImage() 697 std::scoped_lock<std::recursive_mutex> lock(cacheMutex_); in ClearCachedSurface() 809 std::scoped_lock<std::recursive_mutex> lock(cacheMutex_); in UpdateCacheSurface()
|
H A D | rs_render_node_drawable.h | 174 mutable std::recursive_mutex cacheMutex_; variable
|
/ohos5.0/base/inputmethod/imf/services/include/ |
H A D | ime_aging_manager.h | 59 std::recursive_mutex cacheMutex_; variable
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/ |
H A D | audio_ring_cache.h | 85 std::mutex cacheMutex_;
|
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/include/ |
H A D | clouddisk_notify_utils.h | 49 static mutex cacheMutex_; variable
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_cache_mgr.h | 76 mutable std::mutex cacheMutex_; variable
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | dns_quality_diag.h | 65 std::mutex cacheMutex_; variable
|
H A D | dns_param_cache.h | 124 ffrt::mutex cacheMutex_; variable
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_cache_mgr.cpp | 179 std::lock_guard<std::mutex> lock(cacheMutex_); in AddData() 335 std::lock_guard<std::mutex> lock(cacheMutex_); in DeleteData()
|