Home
last modified time | relevance | path

Searched refs:newDbName (Results 1 – 6 of 6) sorted by relevance

/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 …alKvDB::RunExportLogic(CipherType type, const CipherPassword &passwd, const std::string &newDbName) in RunExportLogic() argument
170 errCode = SQLiteUtils::ExportDatabase(db, type, passwd, newDbName); in RunExportLogic()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_data_storage.cpp364 … std::string newDbName = dbDir + "/" + DBConstant::MULTI_VER_DATA_STORE + DBConstant::DB_EXTENSION; in RunExportLogic() local
365 errCode = SQLiteUtils::ExportDatabase(db, type, passwd, newDbName); in RunExportLogic()
H A Dsqlite_utils.h98 …Database(sqlite3 *db, CipherType type, const CipherPassword &passwd, const std::string &newDbName);
H A Dsqlite_utils.cpp946 const std::string &newDbName) in ExportDatabase() argument
952 int errCode = AttachNewDatabase(db, type, passwd, newDbName); in ExportDatabase()
988 const std::string &newDbName) in ExportDatabase() argument
993 (void)newDbName; in ExportDatabase()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_commit_storage.cpp644 std::string newDbName = dbDir + "/" + MULTI_VER_COMMIT_DB_NAME; in RunExportLogic() local
645 … = static_cast<SQLiteLocalKvDB *>(commitStorageDatabase_)->RunExportLogic(type, passwd, newDbName); in RunExportLogic()