Home
last modified time | relevance | path

Searched refs:cacheMutex_ (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_param_cache.cpp63 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 Daudio_ring_cache.cpp90 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 Dime_aging_manager.cpp44 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 Dclouddisk_notify_utils_mock.cpp32 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 Dnode_data_cache.cpp106 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 Dnode_data_cache.h103 std::shared_mutex cacheMutex_; variable
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_notify_utils.cpp31 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 Drs_render_node_drawable.cpp126 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 Drs_render_node_drawable.h174 mutable std::recursive_mutex cacheMutex_; variable
/ohos5.0/base/inputmethod/imf/services/include/
H A Dime_aging_manager.h59 std::recursive_mutex cacheMutex_; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Daudio_ring_cache.h85 std::mutex cacheMutex_;
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dclouddisk_notify_utils.h49 static mutex cacheMutex_; variable
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_cache_mgr.h76 mutable std::mutex cacheMutex_; variable
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_quality_diag.h65 std::mutex cacheMutex_; variable
H A Ddns_param_cache.h124 ffrt::mutex cacheMutex_; variable
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_cache_mgr.cpp179 std::lock_guard<std::mutex> lock(cacheMutex_); in AddData()
335 std::lock_guard<std::mutex> lock(cacheMutex_); in DeleteData()