Home
last modified time | relevance | path

Searched refs:ImportUnpackedDatabase (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
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 Dsingle_ver_database_oper.h48 …int ImportUnpackedDatabase(const ImportFileInfo &info, const CipherPassword &srcPasswd) const over…
H A Ddatabase_oper.h66 …virtual int ImportUnpackedDatabase(const ImportFileInfo &info, const CipherPassword &srcPasswd) co…
H A Dlocal_database_oper.cpp173 int LocalDatabaseOper::ImportUnpackedDatabase(const ImportFileInfo &info, const CipherPassword &src… in ImportUnpackedDatabase() function in DistributedDB::LocalDatabaseOper
H A Dmulti_ver_database_oper.cpp221 int MultiVerDatabaseOper::ImportUnpackedDatabase(const ImportFileInfo &info, const CipherPassword &… in ImportUnpackedDatabase() function in DistributedDB::MultiVerDatabaseOper
H A Ddatabase_oper.cpp215 errCode = ImportUnpackedDatabase(importInfo, passwd); in ExecuteImport()
H A Dsingle_ver_database_oper.cpp382 int SingleVerDatabaseOper::ImportUnpackedDatabase(const ImportFileInfo &info, const CipherPassword … in ImportUnpackedDatabase() function in DistributedDB::SingleVerDatabaseOper