/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | napi-data-types-interfaces.md | 516 | napi_create_sendable_array_with_length | 创建一个指定长度的sendable数组。| 659 #### napi_create_sendable_array_with_length subsubsection 662 napi_status napi_create_sendable_array_with_length(napi_env env, size_t length, napi_value* result);
|
H A D | use-napi-about-extension.md | 752 | napi_create_sendable_array_with_length | 创建一个指定长度的sendable数组。| 970 #### napi_create_sendable_array_with_length subsubsection 979 napi_create_sendable_array_with_length(env, 1, &result); 998 hilog.info(0x0000, 'testTag', 'Node-API napi_create_sendable_array_with_length: %{public}s', JSON.s…
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/ |
H A D | js_sendable_utils.h | 80 napi_status status = napi_create_sendable_array_with_length(env, value.size(), &jsValue); in Convert2Sendable()
|
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/ |
H A D | napi.md | 707 |FUNC|napi_create_sendable_array_with_length | 创建一个指定长度的Sendable数组。|12| 1222 ### napi_create_sendable_array_with_length subsection 1225 napi_status napi_create_sendable_array_with_length(napi_env env, size_t length, napi_value* result)
|
/ohos5.0/base/global/resource_management/interfaces/js/kits/src/ |
H A D | sendable_resource_manager_napi.cpp | 129 status = napi_create_sendable_array_with_length(env, len, newParams); in GetParams()
|
/ohos5.0/foundation/arkui/napi/interfaces/kits/napi/ |
H A D | native_api.h | 157 NAPI_EXTERN napi_status napi_create_sendable_array_with_length(napi_env env, size_t length, napi_va…
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/ |
H A D | js_sendable_utils.h | 154 napi_status status = napi_create_sendable_array_with_length(env, value.size(), &jsValue); in ConvertToSendable()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/ |
H A D | js_sendable_utils.cpp | 156 status = napi_create_sendable_array_with_length(env, arrLen, &sendableArray); in ToSendableArray()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/color_manager/color_space_object_convertor/ |
H A D | js_color_space.cpp | 198 …NAPI_CALL_WITH_ERRCODE_DEFAULT(env, napi_create_sendable_array_with_length(env, DIMES_2, &arrayVal… in OnGetSendableWhitePoint()
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-napi-about-extension.md | 740 | napi_create_sendable_array_with_length | Creates a sendable array of the specified length.| 932 #### napi_create_sendable_array_with_length subsubsection 934 Use **napi_create_sendable_array_with_length** to create a sendable array of the specified length. 941 napi_create_sendable_array_with_length(env, 1, &result); 960 hilog.info(0x0000, 'testTag', 'Node-API napi_create_sendable_array_with_length: %{public}s', JSON.s…
|
H A D | napi-data-types-interfaces.md | 505 | napi_create_sendable_array_with_length | Creates a sendable array of the specified length.| 648 #### napi_create_sendable_array_with_length subsubsection 651 napi_status napi_create_sendable_array_with_length(napi_env env, size_t length, napi_value* result);
|
/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_sendable_napi.cpp | 834 res = napi_create_sendable_array_with_length(env, 0, nullptr); 850 res = napi_create_sendable_array_with_length(env, 0, &result); 882 res = napi_create_sendable_array_with_length(env, LENGTH, &result); 936 res = napi_create_sendable_array_with_length(env, LENGTH, &result); 1998 res = napi_create_sendable_array_with_length(env, LENGTH, &sendableArray);
|
H A D | test_napi.cpp | 6862 napi_status status = napi_create_sendable_array_with_length(env, length, result);
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | napi.md | 705 |FUNC|napi_create_sendable_array_with_length | Creates a sendable array of the specified length.|12| 1220 ### napi_create_sendable_array_with_length subsection 1223 napi_status napi_create_sendable_array_with_length(napi_env env, size_t length, napi_value* result)
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 291 NAPI_EXTERN napi_status napi_create_sendable_array_with_length(napi_env env, size_t length, napi_va… in napi_create_sendable_array_with_length() function
|