Searched refs:shouldIncludeSdFlag (Results 1 – 2 of 2) sorted by relevance
36 int32_t shouldIncludeSdFlag = shouldIncludeSd == true ? 1 : 0; in GetGalleryMedia() local38 …std::vector<NativeRdb::ValueObject> params = {hasLowQualityImageFlag, shouldIncludeSdFlag, offset,… in GetGalleryMedia()51 int32_t shouldIncludeSdFlag = shouldIncludeSd == true ? 1 : 0; in GetGalleryMediaCount() local53 std::vector<NativeRdb::ValueObject> params = {hasLowQualityImageFlag, shouldIncludeSdFlag}; in GetGalleryMediaCount()70 int32_t shouldIncludeSdFlag = shouldIncludeSd == true ? 1 : 0; in GetNoNeedMigrateCount() local71 std::vector<NativeRdb::ValueObject> params = {shouldIncludeSdFlag}; in GetNoNeedMigrateCount()
170 int32_t shouldIncludeSdFlag = this->shouldIncludeSd_ == true ? 1 : 0; in GetGalleryMediaAllRestoreCount() local172 shouldIncludeSdFlag, in GetGalleryMediaAllRestoreCount()