Searched refs:searchType (Results 1 – 4 of 4) sorted by relevance
63 int32_t QueryLiveCount(int32_t searchType, int32_t mediaType);64 int32_t QueryTempCount(int32_t searchType, int32_t mediaType);
57 int32_t QueryLiveCount(int32_t searchType);
292 int32_t GalleryMediaCountStatistic::QueryLiveCount(int32_t searchType, int32_t mediaType) in QueryLiveCount() argument298 std::vector<NativeRdb::ValueObject> params = {searchType, mediaType, mediaType}; in QueryLiveCount()311 int32_t GalleryMediaCountStatistic::QueryTempCount(int32_t searchType, int32_t mediaType) in QueryTempCount() argument317 std::vector<NativeRdb::ValueObject> params = {searchType, mediaType, mediaType}; in QueryTempCount()
248 int32_t PhotosCountStatistic::QueryLiveCount(int32_t searchType) in QueryLiveCount() argument250 std::vector<NativeRdb::ValueObject> params = {searchType}; in QueryLiveCount()