Searched refs:hasLowQualityImageFlag (Results 1 – 2 of 2) sorted by relevance
37 int32_t hasLowQualityImageFlag = hasLowQualityImage == true ? 1 : 0; in GetGalleryMedia() local38 …std::vector<NativeRdb::ValueObject> params = {hasLowQualityImageFlag, shouldIncludeSdFlag, offset,… in GetGalleryMedia()52 int32_t hasLowQualityImageFlag = hasLowQualityImage == true ? 1 : 0; in GetGalleryMediaCount() local53 std::vector<NativeRdb::ValueObject> params = {hasLowQualityImageFlag, shouldIncludeSdFlag}; in GetGalleryMediaCount()
169 int32_t hasLowQualityImageFlag = hasLowQualityImage == true ? 1 : 0; in GetGalleryMediaAllRestoreCount() local171 std::vector<NativeRdb::ValueObject> params = {hasLowQualityImageFlag, in GetGalleryMediaAllRestoreCount()