Home
last modified time | relevance | path

Searched refs:RequestPhotoType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dthumbnail_manager.h55 RequestPhotoType type;
140 RequestPhotoType requestPhotoType;
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dthumbnail_manager.cpp104 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()
H A Dphotoaccesshelperinf.js829 RequestPhotoType: photoAccessHelper.RequestPhotoType,
833 RequestPhotoType: photoAccessHelper.RequestPhotoType,
H A Dfile_asset_napi.cpp1852 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()
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Duserfile_manager_types.h206 enum class RequestPhotoType : int32_t { enum
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_file_asset_napi.cpp745 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()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-library-kit/
H A Djs-apis-photoAccessHelper-sys.md3130 "requestPhotoType": photoAccessHelper.RequestPhotoType.REQUEST_ALL_THUMBNAILS
3194 "requestPhotoType": photoAccessHelper.RequestPhotoType.REQUEST_ALL_THUMBNAILS
6218 ## RequestPhotoType<sup>11+</sup>
6291 | requestPhotoType | [RequestPhotoType](#requestphototype11) | 否 | 获取的操作类型。 |
/ohos5.0/docs/en/application-dev/reference/apis-media-library-kit/
H A Djs-apis-photoAccessHelper-sys.md3130 "requestPhotoType": photoAccessHelper.RequestPhotoType.REQUEST_ALL_THUMBNAILS
3194 "requestPhotoType": photoAccessHelper.RequestPhotoType.REQUEST_ALL_THUMBNAILS
6218 ## RequestPhotoType<sup>11+</sup>
6291 | requestPhotoType | [RequestPhotoType](#requestphototype11) | No | Operation to perform. |