Home
last modified time | relevance | path

Searched refs:srcPasswd (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dsingle_ver_database_oper.h48 …int ImportUnpackedDatabase(const ImportFileInfo &info, const CipherPassword &srcPasswd) const over…
67 … int ImportUnpackedMainDatabase(const ImportFileInfo &info, const CipherPassword &srcPasswd) const;
H A Dsingle_ver_database_oper.cpp328 const CipherPassword &srcPasswd) const in ImportUnpackedMainDatabase()
349 …errCode = SQLiteUtils::ExportDatabase(unpackedMainFile, cipherType, srcPasswd, currentMainFile, pa… in ImportUnpackedMainDatabase()
357 …errCode = SQLiteUtils::ExportDatabase(unpackedOldMainFile, cipherType, srcPasswd, currentMainFile,… in ImportUnpackedMainDatabase()
382 …baseOper::ImportUnpackedDatabase(const ImportFileInfo &info, const CipherPassword &srcPasswd) const in ImportUnpackedDatabase()
392 errCode = ImportUnpackedMainDatabase(info, srcPasswd); in ImportUnpackedDatabase()
H A Dlocal_database_oper.cpp173 …baseOper::ImportUnpackedDatabase(const ImportFileInfo &info, const CipherPassword &srcPasswd) const in ImportUnpackedDatabase()
186 errCode = SQLiteUtils::ExportDatabase(unpackedFile, cipherType, srcPasswd, currentFile, passwd); in ImportUnpackedDatabase()
H A Dlocal_database_oper.h49 …int ImportUnpackedDatabase(const ImportFileInfo &info, const CipherPassword &srcPasswd) const over…
H A Dmulti_ver_database_oper.h50 …int ImportUnpackedDatabase(const ImportFileInfo &info, const CipherPassword &srcPasswd) const over…
H A Dmulti_ver_database_oper.cpp221 …baseOper::ImportUnpackedDatabase(const ImportFileInfo &info, const CipherPassword &srcPasswd) const in ImportUnpackedDatabase()
229 errCode = ImportDatabase(info.unpackedDir, srcPasswd); in ImportUnpackedDatabase()
H A Ddatabase_oper.h66 …virtual int ImportUnpackedDatabase(const ImportFileInfo &info, const CipherPassword &srcPasswd) co…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.h100 …ic int ExportDatabase(const std::string &srcFile, CipherType type, const CipherPassword &srcPasswd,
H A Dsqlite_utils.cpp1178 …Utils::ExportDatabase(const std::string &srcFile, CipherType type, const CipherPassword &srcPasswd, in ExportDatabase() argument
1182 OpenDbProperties option = {srcFile, true, false, createTableSqls, type, srcPasswd}; in ExportDatabase()
1198 …Utils::ExportDatabase(const std::string &srcFile, CipherType type, const CipherPassword &srcPasswd, in ExportDatabase() argument
1203 (void)srcPasswd; in ExportDatabase()