Searched refs:ExportAllDatabases (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/ |
H A D | local_database_oper.h | 44 int ExportAllDatabases(const std::string ¤tDir, const CipherPassword &passwd,
|
H A D | multi_ver_database_oper.h | 45 int ExportAllDatabases(const std::string ¤tDir, const CipherPassword &passwd,
|
H A D | single_ver_database_oper.h | 43 int ExportAllDatabases(const std::string ¤tDir, const CipherPassword &passwd,
|
H A D | multi_ver_database_oper.cpp | 92 return ExportAllDatabases(currentDir, passwd, backupDir); in BackupDb() 129 int MultiVerDatabaseOper::ExportAllDatabases(const std::string ¤tDir, const CipherPassword &p… in ExportAllDatabases() function in DistributedDB::MultiVerDatabaseOper
|
H A D | database_oper.h | 56 virtual int ExportAllDatabases(const std::string ¤tDir, const CipherPassword &passwd,
|
H A D | local_database_oper.cpp | 122 int LocalDatabaseOper::ExportAllDatabases(const std::string ¤tDir, const CipherPassword &pass… in ExportAllDatabases() function in DistributedDB::LocalDatabaseOper
|
H A D | database_oper.cpp | 265 errCode = ExportAllDatabases(currentDir, passwd, backupDir); in ExecuteExport()
|
H A D | single_ver_database_oper.cpp | 216 int SingleVerDatabaseOper::ExportAllDatabases(const std::string ¤tDir, const CipherPassword &… in ExportAllDatabases() function in DistributedDB::SingleVerDatabaseOper
|