Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/report/
H A Dphotos_count_statistic.cpp273 …info.trashedCount = this->QueryTotalCount(SearchCondition().SetTrashedType(SINGLE_TRASHED_TYPE_TRA… in GetAllStatInfo()
309 …this->QueryTotalCount(SearchCondition(defaultCondition).SetTrashedType(SINGLE_TRASHED_TYPE_TRASHED… in GetAllImageStatInfo()
347 …this->QueryTotalCount(SearchCondition(defaultCondition).SetTrashedType(SINGLE_TRASHED_TYPE_TRASHED… in GetAllVideoStatInfo()
381 …info.trashedCount = this->QueryAllRestoreCount(SearchCondition().SetTrashedType(SINGLE_TRASHED_TYP… in GetAllRestoreStatInfo()
417 …this->QueryAllRestoreCount(SearchCondition(defaultCondition).SetTrashedType(SINGLE_TRASHED_TYPE_TR… in GetAllRestoreImageStatInfo()
456 …this->QueryAllRestoreCount(SearchCondition(defaultCondition).SetTrashedType(SINGLE_TRASHED_TYPE_TR… in GetAllRestoreVideoStatInfo()
489 .SetTrashedType(SINGLE_TRASHED_TYPE_NOT_TRASHED); in GetImageAlbumInfo()
531 .SetTrashedType(SINGLE_TRASHED_TYPE_NOT_TRASHED); in GetVideoAlbumInfo()
648 … SearchCondition defaultCondition = SearchCondition().SetTrashedType(SINGLE_TRASHED_TYPE_TRASHED); in GetTrashedAlbumStatInfo()
657 …this->QueryPicturesTotalCount(SearchCondition(defaultCondition).SetTrashedType(SINGLE_TRASHED_TYPE… in GetTrashedAlbumStatInfo()
[all …]
H A Dgallery_media_count_statistic.cpp456 …info.trashedCount = this->QueryGalleryAllCount(SearchCondition().SetTrashedType(DUAL_TRASHED_TYPE_… in GetAllStatInfo()
491 … SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_IMAGE).SetTrashedType(DUAL_TRASHED_TYPE_TRASHED)); in GetAllImageStatInfo()
530 … SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_VIDEO).SetTrashedType(DUAL_TRASHED_TYPE_TRASHED)); in GetAllVideoStatInfo()
566 … this->GetGalleryMediaAllRestoreCount(SearchCondition().SetTrashedType(DUAL_TRASHED_TYPE_TRASHED)); in GetAllRestoreStatInfo()
602 … SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_IMAGE).SetTrashedType(DUAL_TRASHED_TYPE_TRASHED)); in GetAllRestoreImageStatInfo()
641 … SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_VIDEO).SetTrashedType(DUAL_TRASHED_TYPE_TRASHED)); in GetAllRestoreVideoStatInfo()
676 …info.trashedCount = this->QueryGallerySdCardCount(SearchCondition().SetTrashedType(DUAL_TRASHED_TY… in GetSdCardStatInfo()
759 …SearchCondition().SetHiddenType(DUAL_HIDDEN_TYPE_NOT_HIDDEN).SetTrashedType(DUAL_TRASHED_TYPE_NOT_… in GetImageAlbumInfo()
802 .SetTrashedType(DUAL_TRASHED_TYPE_NOT_TRASHED); in GetVideoAlbumInfo()
840 .SetTrashedType(DUAL_TRASHED_TYPE_NOT_TRASHED) in GetFavoriteAlbumStatInfo()
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/report/
H A Dmedia_backup_report_data_type.h286 SearchCondition &SetTrashedType(int32_t trashedType) in SetTrashedType() function