Home
last modified time | relevance | path

Searched refs:currPasswd (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dmulti_ver_database_oper.cpp271 CipherPassword currPasswd; in ImportDatabase() local
272 multiVerNaturalStore_->GetDbProperties().GetPassword(cipherType, currPasswd); in ImportDatabase()
274 IKvDBMultiVerDataStorage::Property multiVerProp = {dataDir, id, true, cipherType, currPasswd}; in ImportDatabase()
275 IKvDBCommitStorage::Property commitProp = {dataDir, id, true, cipherType, currPasswd}; in ImportDatabase()
276 MultiVerKvDataStorage::Property multiVerKvProp = {dataDir, id, true, cipherType, currPasswd}; in ImportDatabase()
H A Dlocal_database_oper.cpp129 CipherPassword currPasswd; in ExportAllDatabases() local
130 localKvDb_->GetDbProperties().GetPassword(cipherType, currPasswd); in ExportAllDatabases()
131 …int errCode = SQLiteUtils::ExportDatabase(currentDb, cipherType, currPasswd, backupDbName, passwd); in ExportAllDatabases()
H A Dsingle_ver_database_oper.cpp182 CipherPassword currPasswd; in ExportMainDB() local
183 singleVerNaturalStore_->GetDbProperties().GetPassword(cipherType, currPasswd); in ExportMainDB()
185 …int errCode = SQLiteUtils::ExportDatabase(currentDb, cipherType, currPasswd, backupDbName, passwd); in ExportMainDB()
435 CipherPassword currPasswd; in RunExportLogic() local
436 singleVerNaturalStore_->GetDbProperties().GetPassword(cipherType, currPasswd); in RunExportLogic()
442 …int errCode = SQLiteUtils::ExportDatabase(currentMainDb, cipherType, currPasswd, backupMainDbName,… in RunExportLogic()