Searched refs:QueryTempCount (Results 1 – 2 of 2) sorted by relevance
64 int32_t QueryTempCount(int32_t searchType, int32_t mediaType);
311 int32_t GalleryMediaCountStatistic::QueryTempCount(int32_t searchType, int32_t mediaType) in QueryTempCount() function in OHOS::Media::GalleryMediaCountStatistic1051 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()