Home
last modified time | relevance | path

Searched refs:searchType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/report/
H A Dgallery_media_count_statistic.h63 int32_t QueryLiveCount(int32_t searchType, int32_t mediaType);
64 int32_t QueryTempCount(int32_t searchType, int32_t mediaType);
H A Dphotos_count_statistic.h57 int32_t QueryLiveCount(int32_t searchType);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/report/
H A Dgallery_media_count_statistic.cpp292 int32_t GalleryMediaCountStatistic::QueryLiveCount(int32_t searchType, int32_t mediaType) in QueryLiveCount() argument
298 std::vector<NativeRdb::ValueObject> params = {searchType, mediaType, mediaType}; in QueryLiveCount()
311 int32_t GalleryMediaCountStatistic::QueryTempCount(int32_t searchType, int32_t mediaType) in QueryTempCount() argument
317 std::vector<NativeRdb::ValueObject> params = {searchType, mediaType, mediaType}; in QueryTempCount()
H A Dphotos_count_statistic.cpp248 int32_t PhotosCountStatistic::QueryLiveCount(int32_t searchType) in QueryLiveCount() argument
250 std::vector<NativeRdb::ValueObject> params = {searchType}; in QueryLiveCount()