Home
last modified time | relevance | path

Searched refs:cloudStoreMutex_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_extend.cpp609 std::lock_guard<std::mutex> autoLock(cloudStoreMutex_); in RegisterObserverAction()
619 std::lock_guard<std::mutex> autoLock(cloudStoreMutex_); in UnRegisterObserverAction()
630 std::lock_guard<std::mutex> autoLock(cloudStoreMutex_); in GetCloudVersion()
645 std::lock_guard<std::mutex> autoLock(cloudStoreMutex_); in SetCloudSyncConfig()
H A Dsqlite_single_ver_natural_store.cpp1152 std::lock_guard<std::mutex> autoLock(cloudStoreMutex_); in ReleaseResources()
1383 std::lock_guard<std::mutex> autoLock(cloudStoreMutex_); in InitStorageEngine()
1970 std::lock_guard<std::mutex> autoLock(cloudStoreMutex_); in GetICloudSyncInterface()
1976 std::lock_guard<std::mutex> autoLock(cloudStoreMutex_); in SetCloudDbSchema()
1982 std::lock_guard<std::mutex> autoLock(cloudStoreMutex_); in GetDataBaseSchemas()
H A Dsqlite_single_ver_natural_store.h340 mutable std::mutex cloudStoreMutex_; variable