Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Ddb_status_adapter.cpp96 std::lock_guard<std::mutex> autoLock(remoteInfoMutex_); in SetDBStatusChangeCallback()
248 std::lock_guard<std::mutex> autoLock(remoteInfoMutex_); in LoadIntoCache()
262 std::lock_guard<std::mutex> autoLock(remoteInfoMutex_); in ClearAllCache()
276 std::lock_guard<std::mutex> autoLock(remoteInfoMutex_); in NotifyRemoteOffline()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Ddb_status_adapter.h64 mutable std::mutex remoteInfoMutex_; variable