Home
last modified time | relevance | path

Searched refs:napi_create_sendable_array_with_length (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/napi/
H A Dnapi-data-types-interfaces.md516 | 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 Duse-napi-about-extension.md752 | 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 Djs_sendable_utils.h80 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 Dnapi.md707 |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 Dsendable_resource_manager_napi.cpp129 status = napi_create_sendable_array_with_length(env, len, newParams); in GetParams()
/ohos5.0/foundation/arkui/napi/interfaces/kits/napi/
H A Dnative_api.h157 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 Djs_sendable_utils.h154 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 Djs_sendable_utils.cpp156 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 Djs_color_space.cpp198 …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 Duse-napi-about-extension.md740 | 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 Dnapi-data-types-interfaces.md505 | 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 Dtest_sendable_napi.cpp834 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 Dtest_napi.cpp6862 napi_status status = napi_create_sendable_array_with_length(env, length, result);
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dnapi.md705 |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 Dnative_api.cpp291 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