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 D | multi_ver_database_oper.cpp | 271 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 D | local_database_oper.cpp | 129 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 D | single_ver_database_oper.cpp | 182 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()
|