Home
last modified time | relevance | path

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 Dlocal_database_oper.h44 int ExportAllDatabases(const std::string &currentDir, const CipherPassword &passwd,
H A Dmulti_ver_database_oper.h45 int ExportAllDatabases(const std::string &currentDir, const CipherPassword &passwd,
H A Dsingle_ver_database_oper.h43 int ExportAllDatabases(const std::string &currentDir, const CipherPassword &passwd,
H A Dmulti_ver_database_oper.cpp92 return ExportAllDatabases(currentDir, passwd, backupDir); in BackupDb()
129 int MultiVerDatabaseOper::ExportAllDatabases(const std::string &currentDir, const CipherPassword &p… in ExportAllDatabases() function in DistributedDB::MultiVerDatabaseOper
H A Ddatabase_oper.h56 virtual int ExportAllDatabases(const std::string &currentDir, const CipherPassword &passwd,
H A Dlocal_database_oper.cpp122 int LocalDatabaseOper::ExportAllDatabases(const std::string &currentDir, const CipherPassword &pass… in ExportAllDatabases() function in DistributedDB::LocalDatabaseOper
H A Ddatabase_oper.cpp265 errCode = ExportAllDatabases(currentDir, passwd, backupDir); in ExecuteExport()
H A Dsingle_ver_database_oper.cpp216 int SingleVerDatabaseOper::ExportAllDatabases(const std::string &currentDir, const CipherPassword &… in ExportAllDatabases() function in DistributedDB::SingleVerDatabaseOper