Searched refs:napi_wrap_sendable_with_size (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | napi-data-types-interfaces.md | 520 | napi_wrap_sendable_with_size | 包裹一个native实例到ArkTS对象中并指定大小。| 692 #### napi_wrap_sendable_with_size subsubsection 695 napi_status napi_wrap_sendable_with_size(napi_env env,
|
H A D | use-napi-about-extension.md | 756 | napi_wrap_sendable_with_size | 包裹一个native实例到ArkTS对象中并指定大小。| 1122 #### napi_wrap_sendable_with_size subsubsection 1141 …napi_wrap_sendable_with_size(env, obj, (void*)testStr, [](napi_env env, void* data, void* hint) {}…
|
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/ |
H A D | napi.md | 711 |FUNC|napi_wrap_sendable_with_size | 包裹一个native实例到ArkTS对象中并指定大小。|12| 1331 ### napi_wrap_sendable_with_size subsection 1334 napi_status napi_wrap_sendable_with_size(napi_env env,
|
/ohos5.0/foundation/arkui/napi/interfaces/kits/napi/ |
H A D | native_api.h | 176 NAPI_EXTERN napi_status napi_wrap_sendable_with_size(napi_env env,
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-napi-about-extension.md | 744 | napi_wrap_sendable_with_size | Wraps a native instance of the specified size into an ArkTS object… 1084 #### napi_wrap_sendable_with_size subsubsection 1086 Use **napi_wrap_sendable_with_size** to wrap a native instance of the specified size into an ArkTS … 1103 …napi_wrap_sendable_with_size(env, obj, (void*)testStr, [](napi_env env, void* data, void* hint) {}…
|
H A D | napi-data-types-interfaces.md | 509 | napi_wrap_sendable_with_size | Wraps a native instance into an ArkTS object with the specified si… 681 #### napi_wrap_sendable_with_size subsubsection 684 napi_status napi_wrap_sendable_with_size(napi_env env,
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | napi.md | 709 |FUNC|napi_wrap_sendable_with_size | Wraps a native instance into an ArkTS object with the specifie… 1329 ### napi_wrap_sendable_with_size subsection 1332 napi_status napi_wrap_sendable_with_size(napi_env env,
|
/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_sendable_napi.cpp | 739 napi_wrap_sendable_with_size(
|
H A D | test_napi.cpp | 6941 napi_status status = napi_wrap_sendable_with_size( 6952 status = napi_wrap_sendable_with_size(
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 2018 NAPI_EXTERN napi_status napi_wrap_sendable_with_size(napi_env env, in napi_wrap_sendable_with_size() function
|