Searched refs:RequestPhotoType (Results 1 – 8 of 8) sorted by relevance
55 RequestPhotoType type;140 RequestPhotoType requestPhotoType;
104 static bool NeedFastThumb(const Size &size, RequestPhotoType type) in NeedFastThumb()106 return IsPhotoSizeThumb(size) && (type != RequestPhotoType::REQUEST_QUALITY_THUMBNAIL); in NeedFastThumb()109 static bool NeedQualityThumb(const Size &size, RequestPhotoType type) in NeedQualityThumb()111 return IsPhotoSizeThumb(size) && (type != RequestPhotoType::REQUEST_FAST_THUMBNAIL); in NeedQualityThumb()
829 RequestPhotoType: photoAccessHelper.RequestPhotoType,833 RequestPhotoType: photoAccessHelper.RequestPhotoType,
1852 unique_ptr<FileAssetAsyncContext> &asyncContext, RequestPhotoType &type) in GetPhotoRequestOption()1861 if (requestType >= static_cast<int>(RequestPhotoType::REQUEST_TYPE_END)) { in GetPhotoRequestOption()1865 type = static_cast<RequestPhotoType>(requestType); in GetPhotoRequestOption()1867 type = RequestPhotoType::REQUEST_ALL_THUMBNAILS; in GetPhotoRequestOption()1876 unique_ptr<FileAssetAsyncContext> &asyncContext, RequestPhotoType &type) in GetPhotoRequestArgs()4127 RequestPhotoType type = RequestPhotoType::REQUEST_ALL_THUMBNAILS; in PhotoAccessHelperRequestPhoto()
206 enum class RequestPhotoType : int32_t { enum
745 unique_ptr<SendableFileAssetAsyncContext> &asyncContext, RequestPhotoType &type) in GetPhotoRequestOption()754 if (requestType >= static_cast<int>(RequestPhotoType::REQUEST_TYPE_END)) { in GetPhotoRequestOption()758 type = static_cast<RequestPhotoType>(requestType); in GetPhotoRequestOption()760 type = RequestPhotoType::REQUEST_ALL_THUMBNAILS; in GetPhotoRequestOption()769 unique_ptr<SendableFileAssetAsyncContext> &asyncContext, RequestPhotoType &type) in GetPhotoRequestArgs()
3130 "requestPhotoType": photoAccessHelper.RequestPhotoType.REQUEST_ALL_THUMBNAILS3194 "requestPhotoType": photoAccessHelper.RequestPhotoType.REQUEST_ALL_THUMBNAILS6218 ## RequestPhotoType<sup>11+</sup>6291 | requestPhotoType | [RequestPhotoType](#requestphototype11) | 否 | 获取的操作类型。 |
3130 "requestPhotoType": photoAccessHelper.RequestPhotoType.REQUEST_ALL_THUMBNAILS3194 "requestPhotoType": photoAccessHelper.RequestPhotoType.REQUEST_ALL_THUMBNAILS6218 ## RequestPhotoType<sup>11+</sup>6291 | requestPhotoType | [RequestPhotoType](#requestphototype11) | No | Operation to perform. |