Searched refs:THUMBNAIL_SIZE (Results 1 – 5 of 5) sorted by relevance
543 const std::string PhotoExtColumn::THUMBNAIL_SIZE = "thumbnail_size"; member in OHOS::Media::PhotoExtColumn549 THUMBNAIL_SIZE + " BIGINT DEFAULT 0)";
275 static const std::string THUMBNAIL_SIZE EXPORT;
262 …const string sql = "SELECT SUM(" + PhotoExtColumn::THUMBNAIL_SIZE + ")" + " as " + MEDIA_DATA_DB_S… in QueryPhotoThumbnailVolumn()
3245 PhotoExtColumn::PHOTO_ID + ", " + PhotoExtColumn::THUMBNAIL_SIZE + in StoreThumbnailSize()
875 const string sql = "SELECT " + PhotoExtColumn::THUMBNAIL_SIZE + " as " + MEDIA_DATA_DB_SIZE + in QueryPhotoThumbnailVolumn()