Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dsingle_ver_database_oper.cpp185 …int errCode = SQLiteUtils::ExportDatabase(currentDb, cipherType, currPasswd, backupDbName, passwd); in ExportMainDB()
207 int errCode = SQLiteUtils::ExportDatabase(currentDb, CipherType::DEFAULT, CipherPassword(), in ExportMetaDB()
349 …errCode = SQLiteUtils::ExportDatabase(unpackedMainFile, cipherType, srcPasswd, currentMainFile, pa… in ImportUnpackedMainDatabase()
357 …errCode = SQLiteUtils::ExportDatabase(unpackedOldMainFile, cipherType, srcPasswd, currentMainFile,… in ImportUnpackedMainDatabase()
373 … int errCode = SQLiteUtils::ExportDatabase(unpackedMetaFile, CipherType::DEFAULT, CipherPassword(), in ImportUnpackedMetaDatabase()
442 …int errCode = SQLiteUtils::ExportDatabase(currentMainDb, cipherType, currPasswd, backupMainDbName,… in RunExportLogic()
459 errCode = SQLiteUtils::ExportDatabase(currentMetaDb, CipherType::DEFAULT, CipherPassword(), in RunExportLogic()
H A Dlocal_database_oper.cpp131 …int errCode = SQLiteUtils::ExportDatabase(currentDb, cipherType, currPasswd, backupDbName, passwd); in ExportAllDatabases()
186 errCode = SQLiteUtils::ExportDatabase(unpackedFile, cipherType, srcPasswd, currentFile, passwd); in ImportUnpackedDatabase()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_data_storage.cpp365 errCode = SQLiteUtils::ExportDatabase(db, type, passwd, newDbName); in RunExportLogic()
394 …int errCode = SQLiteUtils::ExportDatabase(srcDb, property.cipherType, passwd, currentDb, property.… in ImportDatabase()
H A Dsqlite_utils.h98 …static int ExportDatabase(sqlite3 *db, CipherType type, const CipherPassword &passwd, const std::s…
100 …static int ExportDatabase(const std::string &srcFile, CipherType type, const CipherPassword &srcPa…
H A Dsqlite_utils.cpp945 int SQLiteUtils::ExportDatabase(sqlite3 *db, CipherType type, const CipherPassword &passwd, in ExportDatabase() function in DistributedDB::SQLiteUtils
987 int SQLiteUtils::ExportDatabase(sqlite3 *db, CipherType type, const CipherPassword &passwd, in ExportDatabase() function in DistributedDB::SQLiteUtils
1178 int SQLiteUtils::ExportDatabase(const std::string &srcFile, CipherType type, const CipherPassword &… in ExportDatabase() function in DistributedDB::SQLiteUtils
1190 errCode = SQLiteUtils::ExportDatabase(db, type, passwd, targetFile); in ExportDatabase()
1198 int SQLiteUtils::ExportDatabase(const std::string &srcFile, CipherType type, const CipherPassword &… in ExportDatabase() function in DistributedDB::SQLiteUtils
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.cpp170 errCode = SQLiteUtils::ExportDatabase(db, type, passwd, newDbName); in RunExportLogic()
348 return SQLiteUtils::ExportDatabase(currentDb, cipherType, passwd, dstDb, dstPasswd); in ImportDatabase()