Home
last modified time | relevance | path

Searched refs:napi_remove_wrap_sendable (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/napi/
H A Dnapi-data-types-interfaces.md522 | 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 Duse-napi-about-extension.md758 | 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 Dnapi.md713 |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 Dnative_api.h183 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 Duse-napi-about-extension.md746 | 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 Dnapi-data-types-interfaces.md511 | 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 Dsendable_image_napi.cpp489 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 Dnapi.md711 |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 Dsendable_fetch_file_result_napi.cpp713 status = napi_remove_wrap_sendable(env, thisVar, reinterpret_cast<void **>(&obj)); in JSClose()
H A Dsendable_photo_access_helper_napi.cpp674 …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 Dtest_sendable_napi.cpp715 res = napi_remove_wrap_sendable(env, instanceValue, (void**)&tmpTestStr1);
747 napi_remove_wrap_sendable(env, instanceValue, (void**)&tempTestStr1);
H A Dtest_napi.cpp6984 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 Dnative_api.cpp2057 NAPI_EXTERN napi_status napi_remove_wrap_sendable(napi_env env, napi_value js_object, void** result) in napi_remove_wrap_sendable() function