Searched refs:dbIntegrityCheck (Results 1 – 1 of 1) sorted by relevance
315 std::string dbIntegrityCheck = CheckGalleryDbIntegrity(); in RestorePhoto() local316 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() local1283 …dbIntegrityCheck = BackupDatabaseUtils::CheckDbIntegrity(galleryRdb_, sceneCode_, "GALLERY_DB_CORR… in CheckGalleryDbIntegrity()1291 return dbIntegrityCheck; in CheckGalleryDbIntegrity()