/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/ |
H A D | multi_ver_database_oper.cpp | 162 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 D | local_database_oper.h | 47 int BackupCurrentDatabase(const ImportFileInfo &info) const override;
|
H A D | multi_ver_database_oper.h | 48 int BackupCurrentDatabase(const ImportFileInfo &info) const override;
|
H A D | single_ver_database_oper.h | 46 int BackupCurrentDatabase(const ImportFileInfo &info) const override;
|
H A D | database_oper.h | 64 virtual int BackupCurrentDatabase(const ImportFileInfo &info) const = 0;
|
H A D | local_database_oper.cpp | 138 int LocalDatabaseOper::BackupCurrentDatabase(const ImportFileInfo &info) const in BackupCurrentDatabase() function in DistributedDB::LocalDatabaseOper
|
H A D | database_oper.cpp | 207 errCode = BackupCurrentDatabase(importInfo); in ExecuteImport()
|
H A D | single_ver_database_oper.cpp | 259 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 D | ikvdb_multi_ver_data_storage.h | 62 virtual int BackupCurrentDatabase(const Property &property, const std::string &dir) = 0;
|
H A D | multi_ver_kvdata_storage.h | 76 int BackupCurrentDatabase(const Property &property, const std::string &dir);
|
H A D | multi_ver_kvdata_storage.cpp | 434 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 D | multi_ver_natural_store_commit_storage.h | 69 int BackupCurrentDatabase(const Property &property, const std::string &dir) override;
|
H A D | multi_ver_natural_store_commit_storage.cpp | 887 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 D | ikvdb_commit_storage.h | 56 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 D | sqlite_local_kvdb.h | 68 static int BackupCurrentDatabase(const KvDBProperties &properties, const std::string &dir);
|
H A D | sqlite_local_kvdb.cpp | 312 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 D | sqlite_multi_ver_data_storage.h | 71 int BackupCurrentDatabase(const Property &property, const std::string &dir) override;
|
H A D | sqlite_multi_ver_data_storage.cpp | 376 int SQLiteMultiVerDataStorage::BackupCurrentDatabase(const Property &property, const std::string &d… in BackupCurrentDatabase() function in DistributedDB::SQLiteMultiVerDataStorage
|