Home
last modified time | relevance | path

Searched refs:onReceiveMutex_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dnetwork_adapter.h91 mutable std::mutex onReceiveMutex_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Dadapter_stub.cpp126 std::lock_guard<std::mutex> onReceiveLockGuard(onReceiveMutex_); in RegBytesReceiveCallback()
206 std::lock_guard<std::mutex> onReceiveLockGuard(onReceiveMutex_); in DeliverBytes()
H A Dadapter_stub.h107 std::mutex onReceiveMutex_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dnetwork_adapter.cpp248 std::lock_guard<std::mutex> onReceiveLockGard(onReceiveMutex_); in RegBytesReceiveCallback()
284 std::lock_guard<std::mutex> onReceiveLockGard(onReceiveMutex_); in OnDataReceiveHandler()