Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_linker.cpp68 std::lock_guard<std::mutex> entireInfoLockGuard(entireInfoMutex_); in TargetOnline()
87 std::lock_guard<std::mutex> entireInfoLockGuard(entireInfoMutex_); in TargetOffline()
107 std::lock_guard<std::mutex> entireInfoLockGuard(entireInfoMutex_); in IncreaseLocalLabel()
126 std::lock_guard<std::mutex> entireInfoLockGuard(entireInfoMutex_); in DecreaseLocalLabel()
139 std::lock_guard<std::mutex> entireInfoLockGuard(entireInfoMutex_); in ReceiveLabelExchange()
183 std::lock_guard<std::mutex> entireInfoLockGuard(entireInfoMutex_); in ReceiveLabelExchangeAck()
213 std::lock_guard<std::mutex> entireInfoLockGuard(entireInfoMutex_); in GetOnlineRemoteTarget()
219 std::lock_guard<std::mutex> entireInfoLockGuard(entireInfoMutex_); in IsRemoteTargetOnline()
296 std::lock_guard<std::mutex> entireInfoLockGuard(entireInfoMutex_); in TriggerLabelExchangeEvent()
308 std::lock_guard<std::mutex> entireInfoLockGuard(entireInfoMutex_); in TriggerLabelExchangeEvent()
[all …]
H A Dcommunicator_linker.h102 mutable std::mutex entireInfoMutex_; variable