Searched refs:napi_create_sendable_array (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | napi-data-types-interfaces.md | 515 | napi_create_sendable_array | 创建一个sendable数组。| 653 #### napi_create_sendable_array subsubsection 656 napi_status napi_create_sendable_array(napi_env env, napi_value* result);
|
H A D | use-napi-about-extension.md | 751 | napi_create_sendable_array | 创建一个sendable数组。| 937 #### napi_create_sendable_array subsubsection 948 napi_create_sendable_array(env, &result); 967 hilog.info(0x0000, 'testTag', 'Node-API napi_create_sendable_array: %{public}s', JSON.stringify(val…
|
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/ |
H A D | napi.md | 706 |FUNC|napi_create_sendable_array | 创建一个Sendable数组。|12| 1202 ### napi_create_sendable_array subsection 1205 napi_status napi_create_sendable_array(napi_env env, napi_value* result)
|
/ohos5.0/foundation/arkui/napi/interfaces/kits/napi/ |
H A D | native_api.h | 156 NAPI_EXTERN napi_status napi_create_sendable_array(napi_env env, napi_value* result);
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-napi-about-extension.md | 739 | napi_create_sendable_array | Creates a sendable array.| 899 #### napi_create_sendable_array subsubsection 901 Use **napi_create_sendable_array** to create a sendable array. 910 napi_create_sendable_array(env, &result); 929 hilog.info(0x0000, 'testTag', 'Node-API napi_create_sendable_array: %{public}s', JSON.stringify(val…
|
H A D | napi-data-types-interfaces.md | 504 | napi_create_sendable_array | Creates a sendable array.| 642 #### napi_create_sendable_array subsubsection 645 napi_status napi_create_sendable_array(napi_env env, napi_value* result);
|
/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_sendable_napi.cpp | 781 res = napi_create_sendable_array(env, nullptr); 797 res = napi_create_sendable_array(env, &result); 1947 napi_create_sendable_array(env, &sendableArray);
|
H A D | test_napi.cpp | 6852 napi_status status = napi_create_sendable_array(env, result);
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | napi.md | 704 |FUNC|napi_create_sendable_array | Creates a sendable array.|12| 1200 ### napi_create_sendable_array subsection 1203 napi_status napi_create_sendable_array(napi_env env, napi_value* result)
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 279 NAPI_EXTERN napi_status napi_create_sendable_array(napi_env env, napi_value* result) in napi_create_sendable_array() function
|