Home
last modified time | relevance | path

Searched refs:RunExportLogic (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dmulti_ver_database_oper.cpp139 …errCode = static_cast<SQLiteMultiVerDataStorage *>(multiVerData_)->RunExportLogic(cipherType, pass… in ExportAllDatabases()
143 …errCode = static_cast<MultiVerNaturalStoreCommitStorage *>(commitHistory_)->RunExportLogic(cipherT… in ExportAllDatabases()
148 errCode = multiVerKvStorage_->RunExportLogic(cipherType, passwd, dbDir); in ExportAllDatabases()
H A Dsingle_ver_database_oper.h57 int RunExportLogic(const CipherPassword &passwd, const std::string &filePrefix) const;
H A Dlocal_database_oper.cpp95 return localKvDb_->RunExportLogic(cipherType, passwd, backupDbName); in BackupDb()
H A Dsingle_ver_database_oper.cpp138 errCode = RunExportLogic(passwd, filePrefix); in BackupDb()
430 int SingleVerDatabaseOper::RunExportLogic(const CipherPassword &passwd, const std::string &filePref… in RunExportLogic() function in DistributedDB::SingleVerDatabaseOper
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.h51 int RunExportLogic(CipherType type, const CipherPassword &passwd, const std::string &newDbName);
H A Dsqlite_local_kvdb.cpp158 int SQLiteLocalKvDB::RunExportLogic(CipherType type, const CipherPassword &passwd, const std::strin… in RunExportLogic() function in DistributedDB::SQLiteLocalKvDB
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_data_storage.h65 int RunExportLogic(CipherType type, const CipherPassword &passwd, const std::string &dbDir);
H A Dsqlite_multi_ver_data_storage.cpp351 int SQLiteMultiVerDataStorage::RunExportLogic(CipherType type, const CipherPassword &passwd, const … in RunExportLogic() function in DistributedDB::SQLiteMultiVerDataStorage
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_kvdata_storage.h72 … int RunExportLogic(CipherType type, const CipherPassword &passwd, const std::string &dbDir) const;
H A Dmulti_ver_kvdata_storage.cpp415 int MultiVerKvDataStorage::RunExportLogic(CipherType type, const CipherPassword &passwd, const std:… in RunExportLogic() function in DistributedDB::MultiVerKvDataStorage
419 …int errCode = static_cast<SQLiteLocalKvDB *>(kvStorage_)->RunExportLogic(type, passwd, valueDbName… in RunExportLogic()
426 … errCode = static_cast<SQLiteLocalKvDB *>(metaStorage_)->RunExportLogic(type, passwd, metaDbName); in RunExportLogic()
H A Dmulti_ver_natural_store_commit_storage.h67 int RunExportLogic(CipherType type, const CipherPassword &passwd, const std::string &dbDir);
H A Dmulti_ver_natural_store_commit_storage.cpp640 int MultiVerNaturalStoreCommitStorage::RunExportLogic(CipherType type, const CipherPassword &passwd, in RunExportLogic() function in DistributedDB::MultiVerNaturalStoreCommitStorage
645 …int errCode = static_cast<SQLiteLocalKvDB *>(commitStorageDatabase_)->RunExportLogic(type, passwd,… in RunExportLogic()