Searched refs:remoteInfoMutex_ (Results 1 – 2 of 2) sorted by relevance
96 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()
64 mutable std::mutex remoteInfoMutex_; variable