Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_commit_storage.cpp48 : commitStorageDatabase_(nullptr), in MultiVerNaturalStoreCommitStorage()
110 if (commitStorageDatabase_ == nullptr) { in Open()
123 errCode = commitStorageDatabase_->Open(dbProperties); in Open()
126 RefObject::KillAndDecObjRef(commitStorageDatabase_); in Open()
127 commitStorageDatabase_ = nullptr; in Open()
134 commitStorageDatabase_ = nullptr; in Open()
154 if (commitStorageDatabase_ != nullptr) { in Close()
155 IKvDB::DecObjRef(commitStorageDatabase_); in Close()
156 commitStorageDatabase_ = nullptr; in Close()
165 RefObject::DecObjRef(commitStorageDatabase_); in Remove()
[all …]
H A Dmulti_ver_natural_store_commit_storage.h121 IKvDB *commitStorageDatabase_; variable