Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsubscribe_manager.cpp24 std::unique_lock<std::shared_mutex> lockGuard(remoteSubscribedMapLock_); in ClearRemoteSubscribeQuery()
30 std::unique_lock<std::shared_mutex> lockGuard(remoteSubscribedMapLock_); in ClearAllRemoteQuery()
44 std::unique_lock<std::shared_mutex> lockGuard(remoteSubscribedMapLock_); in ReserveRemoteSubscribeQuery()
53 std::unique_lock<std::shared_mutex> lockGuard(remoteSubscribedMapLock_); in ActiveRemoteSubscribeQuery()
94 std::unique_lock<std::shared_mutex> lockGuard(remoteSubscribedMapLock_); in DeleteRemoteSubscribeQuery()
138 std::unique_lock<std::shared_mutex> lockGuard(remoteSubscribedMapLock_); in RemoveRemoteSubscribeQuery()
169 std::shared_lock<std::shared_mutex> lockGuard(remoteSubscribedMapLock_); in GetRemoteSubscribeQueries()
175 std::shared_lock<std::shared_mutex> lockGuard(remoteSubscribedMapLock_); in IsLastRemoteContainSubscribe()
189 std::shared_lock<std::shared_mutex> lockGuard(remoteSubscribedMapLock_); in GetRemoteSubscribeQueryIds()
229 std::shared_lock<std::shared_mutex> lockGuard(remoteSubscribedMapLock_); in IsQueryExistSubscribe()
H A Dsubscribe_manager.h121 mutable std::shared_mutex remoteSubscribedMapLock_; variable