Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/report/
H A Dgallery_media_count_statistic.h64 int32_t QueryTempCount(int32_t searchType, int32_t mediaType);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/report/
H A Dgallery_media_count_statistic.cpp311 int32_t GalleryMediaCountStatistic::QueryTempCount(int32_t searchType, int32_t mediaType) in QueryTempCount() function in OHOS::Media::GalleryMediaCountStatistic
1051 info.totalCount = this->QueryTempCount(DUAL_SEARCH_TYPE_ALL, DUAL_MEDIA_TYPE_ALL); in GetTempInfo()
1052 info.imageCount = this->QueryTempCount(DUAL_SEARCH_TYPE_ALL, DUAL_MEDIA_TYPE_IMAGE); in GetTempInfo()
1053 info.videoCount = this->QueryTempCount(DUAL_SEARCH_TYPE_ALL, DUAL_MEDIA_TYPE_VIDEO); in GetTempInfo()
1054 info.cloudCount = this->QueryTempCount(DUAL_SEARCH_TYPE_CLOUD, DUAL_MEDIA_TYPE_ALL); in GetTempInfo()