Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp321 std::lock_guard<std::mutex> autoLock(sendRecordMutex_); in ScheduleSendTask()
378 std::lock_guard<std::mutex> autoLock(sendRecordMutex_); in SendPacketsAndDisposeTask()
389 std::lock_guard<std::mutex> autoLock(sendRecordMutex_); in SendPacketsAndDisposeTask()
409 std::lock_guard<std::mutex> autoLock(sendRecordMutex_); in SendPacketsAndDisposeTask()
1020 std::lock_guard<std::mutex> autoLock(sendRecordMutex_); in ResetFrameRecordIfNeed()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcommunicator_aggregator.h216 std::mutex sendRecordMutex_; variable