Searched refs:SetHiddenType (Results 1 – 3 of 3) sorted by relevance
272 …info.hiddenCount = this->QueryTotalCount(SearchCondition().SetHiddenType(SINGLE_HIDDEN_TYPE_HIDDEN… in GetAllStatInfo()307 … this->QueryTotalCount(SearchCondition(defaultCondition).SetHiddenType(SINGLE_HIDDEN_TYPE_HIDDEN)); in GetAllImageStatInfo()345 … this->QueryTotalCount(SearchCondition(defaultCondition).SetHiddenType(SINGLE_HIDDEN_TYPE_HIDDEN)); in GetAllVideoStatInfo()380 …info.hiddenCount = this->QueryAllRestoreCount(SearchCondition().SetHiddenType(SINGLE_HIDDEN_TYPE_H… in GetAllRestoreStatInfo()415 …this->QueryAllRestoreCount(SearchCondition(defaultCondition).SetHiddenType(SINGLE_HIDDEN_TYPE_HIDD… in GetAllRestoreImageStatInfo()454 …this->QueryAllRestoreCount(SearchCondition(defaultCondition).SetHiddenType(SINGLE_HIDDEN_TYPE_HIDD… in GetAllRestoreVideoStatInfo()488 .SetHiddenType(SINGLE_HIDDEN_TYPE_NOT_HIDDEN) in GetImageAlbumInfo()530 .SetHiddenType(SINGLE_HIDDEN_TYPE_NOT_HIDDEN) in GetVideoAlbumInfo()655 …this->QueryPicturesTotalCount(SearchCondition(defaultCondition).SetHiddenType(SINGLE_HIDDEN_TYPE_H… in GetTrashedAlbumStatInfo()690 SearchCondition defaultCondition = SearchCondition().SetHiddenType(SINGLE_HIDDEN_TYPE_HIDDEN); in GetHiddenAlbumStatInfo()[all …]
455 …info.hiddenCount = this->QueryGalleryAllCount(SearchCondition().SetHiddenType(DUAL_HIDDEN_TYPE_HID… in GetAllStatInfo()489 … SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_IMAGE).SetHiddenType(DUAL_HIDDEN_TYPE_HIDDEN)); in GetAllImageStatInfo()528 … SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_VIDEO).SetHiddenType(DUAL_HIDDEN_TYPE_HIDDEN)); in GetAllVideoStatInfo()600 … SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_IMAGE).SetHiddenType(DUAL_HIDDEN_TYPE_HIDDEN)); in GetAllRestoreImageStatInfo()639 … SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_VIDEO).SetHiddenType(DUAL_HIDDEN_TYPE_HIDDEN)); in GetAllRestoreVideoStatInfo()675 …info.hiddenCount = this->QueryGallerySdCardCount(SearchCondition().SetHiddenType(DUAL_HIDDEN_TYPE_… in GetSdCardStatInfo()759 …SearchCondition().SetHiddenType(DUAL_HIDDEN_TYPE_NOT_HIDDEN).SetTrashedType(DUAL_TRASHED_TYPE_NOT_… in GetImageAlbumInfo()801 .SetHiddenType(DUAL_HIDDEN_TYPE_NOT_HIDDEN) in GetVideoAlbumInfo()839 .SetHiddenType(DUAL_HIDDEN_TYPE_NOT_HIDDEN) in GetFavoriteAlbumStatInfo()881 …SearchCondition().SetHiddenType(DUAL_HIDDEN_TYPE_NOT_HIDDEN).SetTrashedType(DUAL_TRASHED_TYPE_TRAS… in GetTrashedAlbumStatInfo()[all …]
277 SearchCondition &SetHiddenType(int32_t hiddenType) in SetHiddenType() function