Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dprocess_communicator_impl.cpp86 std::lock_guard<std::mutex> onDataReceiveLockGard(onDataReceiveMutex_); in RegOnDataReceive()
169 std::lock_guard<std::mutex> onDataReceiveLockGuard(onDataReceiveMutex_); in OnMessage()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dprocess_communicator_impl.cpp94 std::lock_guard<std::mutex> onDataReceiveLockGard(onDataReceiveMutex_); in RegOnDataReceive()
203 std::lock_guard<std::mutex> onDataReceiveLockGuard(onDataReceiveMutex_); in OnMessage()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dprocess_communicator_impl.h61 mutable std::mutex onDataReceiveMutex_; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Dprocess_communicator_impl.h78 mutable std::mutex onDataReceiveMutex_; variable