/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | napi-data-types-interfaces.md | 522 | napi_remove_wrap_sendable | 移除并获取ArkTS对象包裹的native实例。| 709 #### napi_remove_wrap_sendable subsubsection 712 napi_status napi_remove_wrap_sendable(napi_env env, napi_value js_object, void** result);
|
H A D | use-napi-about-extension.md | 758 | napi_remove_wrap_sendable | 移除并获取ArkTS对象包裹的native实例。| 1208 #### napi_remove_wrap_sendable subsubsection 1230 napi_remove_wrap_sendable(env, obj, (void**)&tmpTestStr);
|
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/ |
H A D | napi.md | 713 |FUNC|napi_remove_wrap_sendable | 移除并获取ArkTS对象包裹的native实例。|12| 1386 ### napi_remove_wrap_sendable subsection 1389 napi_status napi_remove_wrap_sendable(napi_env env, napi_value js_object, void** result)
|
/ohos5.0/foundation/arkui/napi/interfaces/kits/napi/ |
H A D | native_api.h | 183 NAPI_EXTERN napi_status napi_remove_wrap_sendable(napi_env env, napi_value js_object, void** result…
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-napi-about-extension.md | 746 | napi_remove_wrap_sendable | Removes the native instance from an ArkTS object.| 1170 #### napi_remove_wrap_sendable subsubsection 1172 Use **napi_remove_wrap_sendable** to remove the native instance from an ArkTS object. 1192 napi_remove_wrap_sendable(env, obj, (void**)&tmpTestStr);
|
H A D | napi-data-types-interfaces.md | 511 | napi_remove_wrap_sendable | Removes the native instance from an ArkTS object.| 698 #### napi_remove_wrap_sendable subsubsection 701 napi_status napi_remove_wrap_sendable(napi_env env, napi_value js_object, void** result);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_napi.cpp | 489 auto status_ = napi_remove_wrap_sendable(env, thisVar, reinterpret_cast<void**>(&tmp)); in JSReleaseCallBack()
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | napi.md | 711 |FUNC|napi_remove_wrap_sendable | Removes the native instance from an ArkTS object.|12| 1384 ### napi_remove_wrap_sendable subsection 1387 napi_status napi_remove_wrap_sendable(napi_env env, napi_value js_object, void** result)
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/ |
H A D | sendable_fetch_file_result_napi.cpp | 713 status = napi_remove_wrap_sendable(env, thisVar, reinterpret_cast<void **>(&obj)); in JSClose()
|
H A D | sendable_photo_access_helper_napi.cpp | 674 …NAPI_CALL(env, napi_remove_wrap_sendable(env, thisVar, reinterpret_cast<void**>(&asyncContext->obj… in JSRelease()
|
/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_sendable_napi.cpp | 715 res = napi_remove_wrap_sendable(env, instanceValue, (void**)&tmpTestStr1); 747 napi_remove_wrap_sendable(env, instanceValue, (void**)&tempTestStr1);
|
H A D | test_napi.cpp | 6984 napi_status status = napi_remove_wrap_sendable(env, js_obj, &result); 6995 status = napi_remove_wrap_sendable(env, js_obj, result);
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 2057 NAPI_EXTERN napi_status napi_remove_wrap_sendable(napi_env env, napi_value js_object, void** result) in napi_remove_wrap_sendable() function
|