Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp400 std::lock_guard<std::mutex> autoLock(retryCountMutex_); in SendPacketsAndDisposeTask()
1032 std::lock_guard<std::mutex> autoLock(retryCountMutex_); in RetrySendTaskIfNeed()
1048 std::lock_guard<std::mutex> autoLock(retryCountMutex_); in RetrySendTask()
1069 std::lock_guard<std::mutex> autoLock(retryCountMutex_); in IsRetryOutOfLimit()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcommunicator_aggregator.h219 std::mutex retryCountMutex_; variable