Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dmulti_ver_database_oper.cpp187 IKvDBCommitStorage::Property commitProp = {dataDir, id, isNeedCreate, cipherType, passwd}; in BackupCurrentDatabase() local
202 errCode = commitHistory_->BackupCurrentDatabase(commitProp, info.backupDir); in BackupCurrentDatabase()
275 IKvDBCommitStorage::Property commitProp = {dataDir, id, true, cipherType, currPasswd}; in ImportDatabase() local
282 errCode = commitHistory_->ImportDatabase(commitProp, dir, passwd); in ImportDatabase()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.cpp285 …IKvDBCommitStorage::Property commitProp = {dataDir, identifierDir, isNeedCreate, cipherType, passw… in InitStorages() local
305 errCode = commitHistory_->Open(commitProp); in InitStorages()
335 …IKvDBCommitStorage::Property commitProp = {dataDir, identifierDir, isNeedCreate, cipherType, passw… in CheckSubStorageVersion() local
345 errCode = commitHistory_->CheckVersion(commitProp, isCommitStorageExist); in CheckSubStorageVersion()