Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dgallery_media_dao.cpp37 int32_t hasLowQualityImageFlag = hasLowQualityImage == true ? 1 : 0; in GetGalleryMedia() local
38 …std::vector<NativeRdb::ValueObject> params = {hasLowQualityImageFlag, shouldIncludeSdFlag, offset,… in GetGalleryMedia()
52 int32_t hasLowQualityImageFlag = hasLowQualityImage == true ? 1 : 0; in GetGalleryMediaCount() local
53 std::vector<NativeRdb::ValueObject> params = {hasLowQualityImageFlag, shouldIncludeSdFlag}; in GetGalleryMediaCount()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/report/
H A Dgallery_media_count_statistic.cpp169 int32_t hasLowQualityImageFlag = hasLowQualityImage == true ? 1 : 0; in GetGalleryMediaAllRestoreCount() local
171 std::vector<NativeRdb::ValueObject> params = {hasLowQualityImageFlag, in GetGalleryMediaAllRestoreCount()