/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/ |
H A D | multi_ver_database_oper.cpp | 139 …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 D | single_ver_database_oper.h | 57 int RunExportLogic(const CipherPassword &passwd, const std::string &filePrefix) const;
|
H A D | local_database_oper.cpp | 95 return localKvDb_->RunExportLogic(cipherType, passwd, backupDbName); in BackupDb()
|
H A D | single_ver_database_oper.cpp | 138 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 D | sqlite_local_kvdb.h | 51 int RunExportLogic(CipherType type, const CipherPassword &passwd, const std::string &newDbName);
|
H A D | sqlite_local_kvdb.cpp | 158 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 D | sqlite_multi_ver_data_storage.h | 65 int RunExportLogic(CipherType type, const CipherPassword &passwd, const std::string &dbDir);
|
H A D | sqlite_multi_ver_data_storage.cpp | 351 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 D | multi_ver_kvdata_storage.h | 72 … int RunExportLogic(CipherType type, const CipherPassword &passwd, const std::string &dbDir) const;
|
H A D | multi_ver_kvdata_storage.cpp | 415 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 D | multi_ver_natural_store_commit_storage.h | 67 int RunExportLogic(CipherType type, const CipherPassword &passwd, const std::string &dbDir);
|
H A D | multi_ver_natural_store_commit_storage.cpp | 640 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()
|