Home
last modified time | relevance | path

Searched refs:sqliteCloudKvStore_ (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.cpp610 if (sqliteCloudKvStore_ == nullptr) { in RegisterObserverAction()
613 sqliteCloudKvStore_->RegisterObserverAction(observer, action); in RegisterObserverAction()
620 if (sqliteCloudKvStore_ == nullptr) { in UnRegisterObserverAction()
623 sqliteCloudKvStore_->UnRegisterObserverAction(observer); in UnRegisterObserverAction()
631 if (sqliteCloudKvStore_ == nullptr) { in GetCloudVersion()
634 return sqliteCloudKvStore_->GetCloudVersion(device, versionMap); in GetCloudVersion()
646 if (sqliteCloudKvStore_ == nullptr) { in SetCloudSyncConfig()
650 sqliteCloudKvStore_->SetCloudSyncConfig(config); in SetCloudSyncConfig()
H A Dsqlite_single_ver_natural_store.cpp179 sqliteCloudKvStore_(nullptr) in SQLiteSingleVerNaturalStore()
1153 RefObject::KillAndDecObjRef(sqliteCloudKvStore_); in ReleaseResources()
1154 sqliteCloudKvStore_ = nullptr; in ReleaseResources()
1384 if (sqliteCloudKvStore_ != nullptr) { in InitStorageEngine()
1387 sqliteCloudKvStore_ = new(std::nothrow) SqliteCloudKvStore(this); in InitStorageEngine()
1388 if (sqliteCloudKvStore_ == nullptr) { in InitStorageEngine()
1971 return sqliteCloudKvStore_; in GetICloudSyncInterface()
1977 return sqliteCloudKvStore_->SetCloudDbSchema(schema); in SetCloudDbSchema()
1983 return sqliteCloudKvStore_->GetDataBaseSchemas(); in GetDataBaseSchemas()
H A Dsqlite_single_ver_natural_store.h228 return sqliteCloudKvStore_; in GetCloudKvStore()
341 SqliteCloudKvStore *sqliteCloudKvStore_; variable