Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_single_ver_sync_db_Interface.cpp389 std::lock_guard<std::mutex> autoLock(pushNotifierMutex_); in NotifyRemotePushFinished()
621 std::lock_guard<std::mutex> autoLock(pushNotifierMutex_); in SetPushNotifier()
H A Dvirtual_single_ver_sync_db_Interface.h193 mutable std::mutex pushNotifierMutex_; variable