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 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 …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 D | sqlite_multi_ver_data_storage.cpp | 364 … 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 D | sqlite_utils.h | 98 …Database(sqlite3 *db, CipherType type, const CipherPassword &passwd, const std::string &newDbName);
|
H A D | sqlite_utils.cpp | 946 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 D | multi_ver_natural_store_commit_storage.cpp | 644 std::string newDbName = dbDir + "/" + MULTI_VER_COMMIT_DB_NAME; in RunExportLogic() local 645 … = static_cast<SQLiteLocalKvDB *>(commitStorageDatabase_)->RunExportLogic(type, passwd, newDbName); in RunExportLogic()
|