Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/report/
H A Dgallery_media_count_statistic.cpp454 …nfo.videoCount = this->QueryGalleryAllCount(SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_VIDEO)); in GetAllStatInfo()
524 …nfo.totalCount = this->QueryGalleryAllCount(SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_VIDEO)); in GetAllVideoStatInfo()
526 …nfo.videoCount = this->QueryGalleryAllCount(SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_VIDEO)); in GetAllVideoStatInfo()
528 … SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_VIDEO).SetHiddenType(DUAL_HIDDEN_TYPE_HIDDEN)); in GetAllVideoStatInfo()
530 … SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_VIDEO).SetTrashedType(DUAL_TRASHED_TYPE_TRASHED)); in GetAllVideoStatInfo()
532 SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_VIDEO).SetCloudType(DUAL_CLOUD_TYPE_CLOUD)); in GetAllVideoStatInfo()
639 … SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_VIDEO).SetHiddenType(DUAL_HIDDEN_TYPE_HIDDEN)); in GetAllRestoreVideoStatInfo()
641 … SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_VIDEO).SetTrashedType(DUAL_TRASHED_TYPE_TRASHED)); in GetAllRestoreVideoStatInfo()
643 SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_VIDEO).SetCloudType(DUAL_CLOUD_TYPE_CLOUD)); in GetAllRestoreVideoStatInfo()
800 .SetMediaType(DUAL_MEDIA_TYPE_VIDEO) in GetVideoAlbumInfo()
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/report/
H A Dmedia_backup_report_data_type.h211 DUAL_MEDIA_TYPE_VIDEO = 3, enumerator