Searched refs:GetGalleryMedia (Results 1 – 5 of 5) sorted by relevance
30 std::shared_ptr<NativeRdb::ResultSet> GetGalleryMedia(
54 std::shared_ptr<NativeRdb::ResultSet> GetGalleryMedia(
33 std::shared_ptr<NativeRdb::ResultSet> GalleryMediaDao::GetGalleryMedia( in GetGalleryMedia() function in OHOS::Media::GalleryMediaDao
38 std::shared_ptr<NativeRdb::ResultSet> PhotosRestore::GetGalleryMedia( in GetGalleryMedia() function in OHOS::Media::PhotosRestore41 …return this->galleryMediaDao_.GetGalleryMedia(offset, pageSize, shouldIncludeSd, hasLowQualityImag… in GetGalleryMedia()
501 auto resultSet = this->photosRestore_.GetGalleryMedia( in QueryFileInfos()