Home
last modified time | relevance | path

Searched refs:BackupDb (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dlocal_database_oper.h38 int BackupDb(const CipherPassword &passwd) const override;
H A Dmulti_ver_database_oper.h39 int BackupDb(const CipherPassword &passwd) const override;
H A Dsingle_ver_database_oper.h37 int BackupDb(const CipherPassword &passwd) const override;
H A Ddatabase_oper.h48 virtual int BackupDb(const CipherPassword &passwd) const = 0;
H A Dlocal_database_oper.cpp74 int LocalDatabaseOper::BackupDb(const CipherPassword &passwd) const in BackupDb() function in DistributedDB::LocalDatabaseOper
H A Dmulti_ver_database_oper.cpp79 int MultiVerDatabaseOper::BackupDb(const CipherPassword &passwd) const in BackupDb() function in DistributedDB::MultiVerDatabaseOper
H A Ddatabase_oper.cpp49 errCode = BackupDb(passwd); in ExecuteRekey()
H A Dsingle_ver_database_oper.cpp108 int SingleVerDatabaseOper::BackupDb(const CipherPassword &passwd) const in BackupDb() function in DistributedDB::SingleVerDatabaseOper