Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dprocess_communicator_impl.cpp61 std::lock_guard<std::mutex> onDeviceChangeLockGard(onDeviceChangeMutex_); in RegOnDeviceChange()
181 std::lock_guard<std::mutex> onDeviceChangeLockGuard(onDeviceChangeMutex_); in OnDeviceChanged()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dprocess_communicator_impl.cpp69 std::lock_guard<std::mutex> onDeviceChangeLockGard(onDeviceChangeMutex_); in RegOnDeviceChange()
218 std::lock_guard<std::mutex> onDeviceChangeLockGuard(onDeviceChangeMutex_); in OnDeviceChanged()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dprocess_communicator_impl.h60 mutable std::mutex onDeviceChangeMutex_; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Dprocess_communicator_impl.h77 mutable std::mutex onDeviceChangeMutex_; variable