Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb_connection.h84 std::mutex remotePushFinishedListenerLock_; variable
H A Dsync_able_kvdb_connection.cpp279 std::lock_guard<std::mutex> lock(remotePushFinishedListenerLock_); in SetRemotePushFinishedNotify()