Home
last modified time | relevance | path

Searched refs:PhotoAccessHelperCreatePhotoAsset (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_photo_access_helper_napi.h78 … EXPORT static napi_value PhotoAccessHelperCreatePhotoAsset(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_library_napi.h282 … EXPORT static napi_value PhotoAccessHelperCreatePhotoAsset(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp123 DECLARE_NAPI_FUNCTION("createAsset", PhotoAccessHelperCreatePhotoAsset), in Init()
1677 napi_value SendablePhotoAccessHelper::PhotoAccessHelperCreatePhotoAsset(napi_env env, napi_callback… in PhotoAccessHelperCreatePhotoAsset() function in OHOS::Media::SendablePhotoAccessHelper
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp320 DECLARE_NAPI_FUNCTION("createAsset", PhotoAccessHelperCreatePhotoAsset), in PhotoAccessHelperInit()
7276 napi_value MediaLibraryNapi::PhotoAccessHelperCreatePhotoAsset(napi_env env, napi_callback_info inf… in PhotoAccessHelperCreatePhotoAsset() function in OHOS::Media::MediaLibraryNapi