Home
last modified time | relevance | path

Searched refs:BackupCurrentDatabase (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dmulti_ver_database_oper.cpp162 int MultiVerDatabaseOper::BackupCurrentDatabase(const ImportFileInfo &info) const in BackupCurrentDatabase() function in DistributedDB::MultiVerDatabaseOper
197 errCode = multiVerData_->BackupCurrentDatabase(multiVerProp, info.backupDir); in BackupCurrentDatabase()
202 errCode = commitHistory_->BackupCurrentDatabase(commitProp, info.backupDir); in BackupCurrentDatabase()
207 errCode = multiVerKvStorage_->BackupCurrentDatabase(multiVerKvProp, info.backupDir); in BackupCurrentDatabase()
H A Dlocal_database_oper.h47 int BackupCurrentDatabase(const ImportFileInfo &info) const override;
H A Dmulti_ver_database_oper.h48 int BackupCurrentDatabase(const ImportFileInfo &info) const override;
H A Dsingle_ver_database_oper.h46 int BackupCurrentDatabase(const ImportFileInfo &info) const override;
H A Ddatabase_oper.h64 virtual int BackupCurrentDatabase(const ImportFileInfo &info) const = 0;
H A Dlocal_database_oper.cpp138 int LocalDatabaseOper::BackupCurrentDatabase(const ImportFileInfo &info) const in BackupCurrentDatabase() function in DistributedDB::LocalDatabaseOper
H A Ddatabase_oper.cpp207 errCode = BackupCurrentDatabase(importInfo); in ExecuteImport()
H A Dsingle_ver_database_oper.cpp259 int SingleVerDatabaseOper::BackupCurrentDatabase(const ImportFileInfo &info) const in BackupCurrentDatabase() function in DistributedDB::SingleVerDatabaseOper
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dikvdb_multi_ver_data_storage.h62 virtual int BackupCurrentDatabase(const Property &property, const std::string &dir) = 0;
H A Dmulti_ver_kvdata_storage.h76 int BackupCurrentDatabase(const Property &property, const std::string &dir);
H A Dmulti_ver_kvdata_storage.cpp434 int MultiVerKvDataStorage::BackupCurrentDatabase(const Property &property, const std::string &dir) in BackupCurrentDatabase() function in DistributedDB::MultiVerKvDataStorage
443 int errCode = SQLiteLocalKvDB::BackupCurrentDatabase(dbProperties, dir); in BackupCurrentDatabase()
449 return SQLiteLocalKvDB::BackupCurrentDatabase(dbProperties, dir); in BackupCurrentDatabase()
H A Dmulti_ver_natural_store_commit_storage.h69 int BackupCurrentDatabase(const Property &property, const std::string &dir) override;
H A Dmulti_ver_natural_store_commit_storage.cpp887 int MultiVerNaturalStoreCommitStorage::BackupCurrentDatabase(const Property &property, const std::s… in BackupCurrentDatabase() function in DistributedDB::MultiVerNaturalStoreCommitStorage
896 int errCode = SQLiteLocalKvDB::BackupCurrentDatabase(dbProperties, dir); in BackupCurrentDatabase()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dikvdb_commit_storage.h56 virtual int BackupCurrentDatabase(const Property &property, const std::string &dir) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.h68 static int BackupCurrentDatabase(const KvDBProperties &properties, const std::string &dir);
H A Dsqlite_local_kvdb.cpp312 int SQLiteLocalKvDB::BackupCurrentDatabase(const KvDBProperties &properties, const std::string &dir) in BackupCurrentDatabase() function in DistributedDB::SQLiteLocalKvDB
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_data_storage.h71 int BackupCurrentDatabase(const Property &property, const std::string &dir) override;
H A Dsqlite_multi_ver_data_storage.cpp376 int SQLiteMultiVerDataStorage::BackupCurrentDatabase(const Property &property, const std::string &d… in BackupCurrentDatabase() function in DistributedDB::SQLiteMultiVerDataStorage