Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/report/
H A Dphotos_count_statistic.cpp303 info.totalCount = this->QueryTotalCount(SearchCondition(defaultCondition)); in GetAllImageStatInfo()
304 info.imageCount = this->QueryTotalCount(SearchCondition(defaultCondition)); in GetAllImageStatInfo()
341 info.totalCount = this->QueryTotalCount(SearchCondition(defaultCondition)); in GetAllVideoStatInfo()
343 info.videoCount = this->QueryTotalCount(SearchCondition(defaultCondition)); in GetAllVideoStatInfo()
411 info.totalCount = this->QueryAllRestoreCount(SearchCondition(defaultCondition)); in GetAllRestoreImageStatInfo()
412 info.imageCount = this->QueryAllRestoreCount(SearchCondition(defaultCondition)); in GetAllRestoreImageStatInfo()
486 SearchCondition defaultCondition = SearchCondition() in GetImageAlbumInfo() local
490 info.totalCount = this->QueryPicturesTotalCount(defaultCondition); in GetImageAlbumInfo()
528 SearchCondition defaultCondition = SearchCondition() in GetVideoAlbumInfo() local
565 SearchCondition defaultCondition = in GetAlbumInfoByName() local
[all …]
H A Dgallery_media_count_statistic.cpp758 SearchCondition defaultCondition = in GetImageAlbumInfo() local
760 info.totalCount = this->QueryAlbumGalleryCount(SearchCondition(defaultCondition)); in GetImageAlbumInfo()
799 SearchCondition defaultCondition = SearchCondition() in GetVideoAlbumInfo() local
838 SearchCondition defaultCondition = SearchCondition() in GetFavoriteAlbumStatInfo() local
842 info.totalCount = this->QueryAlbumGalleryCount(SearchCondition(defaultCondition)); in GetFavoriteAlbumStatInfo()
880 SearchCondition defaultCondition = in GetTrashedAlbumStatInfo() local
882 info.totalCount = this->QueryAlbumGalleryCount(SearchCondition(defaultCondition)); in GetTrashedAlbumStatInfo()
917 SearchCondition defaultCondition = in GetAlbumInfoByName() local
920 this->QueryAlbumCountByName(albumName, SearchCondition(defaultCondition)); in GetAlbumInfoByName()
957 SearchCondition defaultCondition = in GetAlbumInfoByLPath() local
[all …]