/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_sendable_napi.cpp | 1071 res = napi_create_sendable_typedarray(env, napi_uint8_array, LENGTH / 2, nullptr, 1, &result); 1074 res = napi_create_sendable_typedarray(env, napi_int8_array, LENGTH / 2, nullptr, 1, &result); 1077 res = napi_create_sendable_typedarray(env, napi_int8_array, LENGTH / 2, nullptr, 1, &result); 1080 res = napi_create_sendable_typedarray(env, napi_uint16_array, LENGTH / 2, nullptr, 1, &result); 1083 res = napi_create_sendable_typedarray(env, napi_uint16_array, LENGTH / 2, nullptr, 1, &result); 1086 res = napi_create_sendable_typedarray(env, napi_int32_array, LENGTH / 2, nullptr, 1, &result); 1089 res = napi_create_sendable_typedarray(env, napi_int32_array, LENGTH / 2, nullptr, 1, &result); 1092 res = napi_create_sendable_typedarray(env, napi_uint32_array, LENGTH / 2, nullptr, 1, &result); 1095 res = napi_create_sendable_typedarray(env, napi_uint32_array, LENGTH / 2, nullptr, 1, &result); 1098 res = napi_create_sendable_typedarray(env, napi_float32_array, LENGTH / 2, nullptr, 1, &result); [all …]
|
H A D | test_napi.cpp | 6899 …status = napi_create_sendable_typedarray(env, napi_int32_array, typedArrayLength, arraybuffer, 0, … 6910 napi_status status = napi_create_sendable_typedarray(env, napi_int32_array, typedArrayLength,
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/ |
H A D | js_sendable_utils.cpp | 46 …status = napi_create_sendable_typedarray(env, napi_uint8_array, value.size(), buffer, 0, &jsValue); in Convert2Sendable() 92 …status = napi_create_sendable_typedarray(env, napi_float32_array, value.size(), buffer, 0, &jsValu… in Convert2Sendable() 194 status = napi_create_sendable_typedarray(env, type, size, buffer, 0, &sendableTypedArryay); in ToSendableTypedArray()
|
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | napi-data-types-interfaces.md | 518 | napi_create_sendable_typedarray | 创建一个sendable TypedArray。| 671 #### napi_create_sendable_typedarray subsubsection 674 napi_status napi_create_sendable_typedarray(napi_env env,
|
H A D | use-napi-about-extension.md | 754 | napi_create_sendable_typedarray | 创建一个sendable TypedArray。| 1039 #### napi_create_sendable_typedarray subsubsection 1057 napi_create_sendable_typedarray(env, napi_uint8_array, LENGTH, arraybuffer, OFFSET, &result);
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/ |
H A D | js_sendable_utils.cpp | 120 ret = napi_create_sendable_typedarray(env, napi_uint8_array, size, buffer, 0, &sendableValue); in ConvertToSendable()
|
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/ |
H A D | napi.md | 709 |FUNC|napi_create_sendable_typedarray | 创建一个Sendable TypedArray。|12| 1268 ### napi_create_sendable_typedarray subsection 1271 napi_status napi_create_sendable_typedarray(napi_env env,
|
/ohos5.0/foundation/arkui/napi/interfaces/kits/napi/ |
H A D | native_api.h | 160 NAPI_EXTERN napi_status napi_create_sendable_typedarray(napi_env env,
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-napi-about-extension.md | 742 | napi_create_sendable_typedarray | Creates a sendable **TypedArray**.| 1001 #### napi_create_sendable_typedarray subsubsection 1003 Use **napi_create_sendable_typedarray** to create a sendable **TypedArray**. 1019 napi_create_sendable_typedarray(env, napi_uint8_array, LENGTH, arraybuffer, OFFSET, &result);
|
H A D | napi-data-types-interfaces.md | 507 | napi_create_sendable_typedarray | Creates a sendable TypedArray.| 660 #### napi_create_sendable_typedarray subsubsection 663 napi_status napi_create_sendable_typedarray(napi_env env,
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | napi.md | 707 |FUNC|napi_create_sendable_typedarray | Creates a sendable **TypedArray**.|12| 1266 ### napi_create_sendable_typedarray subsection 1269 napi_status napi_create_sendable_typedarray(napi_env env,
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 2717 NAPI_EXTERN napi_status napi_create_sendable_typedarray(napi_env env, in napi_create_sendable_typedarray() function
|