Home
last modified time | relevance | path

Searched refs:CreateRequestPhotoTypeEnum (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_library_napi.h312 EXPORT static napi_value CreateRequestPhotoTypeEnum(napi_env env);
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp307 DECLARE_NAPI_PROPERTY("RequestPhotoType", CreateRequestPhotoTypeEnum(env)) in UserFileMgrInit()
372 DECLARE_NAPI_PROPERTY("RequestPhotoType", CreateRequestPhotoTypeEnum(env)), in PhotoAccessHelperInit()
6576 napi_value MediaLibraryNapi::CreateRequestPhotoTypeEnum(napi_env env) in CreateRequestPhotoTypeEnum() function in OHOS::Media::MediaLibraryNapi