Searched refs:CheckDbIntegrity (Results 1 – 4 of 4) sorted by relevance
115 …static std::string CheckDbIntegrity(std::shared_ptr<NativeRdb::RdbStore> rdbStore, int32_t sceneCo…
924 std::string BackupDatabaseUtils::CheckDbIntegrity(std::shared_ptr<NativeRdb::RdbStore> rdbStore, in… in CheckDbIntegrity() function in OHOS::Media::BackupDatabaseUtils
1283 …dbIntegrityCheck = BackupDatabaseUtils::CheckDbIntegrity(galleryRdb_, sceneCode_, "GALLERY_DB_CORR… in CheckGalleryDbIntegrity()
253 BackupDatabaseUtils::CheckDbIntegrity(mediaRdb_, sceneCode_, "OLD_MEDIA_LIBRARY"); in Init()