Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dupgrade_restore.cpp315 std::string dbIntegrityCheck = CheckGalleryDbIntegrity(); in RestorePhoto() local
316 if (dbIntegrityCheck == DB_INTEGRITY_CHECK) { in RestorePhoto()
329 ErrorInfo errorInfo(RestoreError::GALLERY_DATABASE_CORRUPTION, 0, "", dbIntegrityCheck); in RestorePhoto()
1276 std::string dbIntegrityCheck = DB_INTEGRITY_CHECK; in CheckGalleryDbIntegrity() local
1283dbIntegrityCheck = BackupDatabaseUtils::CheckDbIntegrity(galleryRdb_, sceneCode_, "GALLERY_DB_CORR… in CheckGalleryDbIntegrity()
1291 return dbIntegrityCheck; in CheckGalleryDbIntegrity()