Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
H A Dbackup_manager.cpp258 SecretKeyMetaData backupPassword; in GetClearType() local
259 MetaDataManager::GetInstance().LoadMeta(backupKey, backupPassword, true); in GetClearType()
260 if (dbPassword.sKey != backupPassword.sKey && IsFileExist(bkFile)) { in GetClearType()
263 if (dbPassword.sKey == backupPassword.sKey && IsFileExist(bkFile)) { in GetClearType()