Home
last modified time | relevance | path

Searched refs:INT8_ARRAY (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/include/
H A Dnapi_rpc_common.h91 INT8_ARRAY = 0, enumerator
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Duse-napi-about-array.md508 INT8_ARRAY = 0,
530 let typedArray = testNapi.createTypedArray<Int8Array>(testNapi.TypedArrayTypes["INT8_ARRAY"]);
553 …"INT8_ARRAY", "UINT8_ARRAY", "UINT8_CLAMPED_ARRAY", "INT16_ARRAY", "UINT16_ARRAY", "IN…
H A Duse-jsvm-about-array.md227 INT8_ARRAY: 0,
239 createTypedArray(type.INT8_ARRAY);
/ohos5.0/docs/en/application-dev/napi/
H A Duse-napi-about-array.md507 INT8_ARRAY = 0,
529 let typedArray = testNapi.createTypedArray<Int8Array>(testNapi.TypedArrayTypes["INT8_ARRAY"]);
552 …"INT8_ARRAY", "UINT8_ARRAY", "UINT8_CLAMPED_ARRAY", "INT16_ARRAY", "UINT16_ARRAY", "IN…
H A Duse-jsvm-about-array.md227 INT8_ARRAY: 0,
239 createTypedArray(type.INT8_ARRAY);
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_message_sequence_read.cpp1134 if (typeCode < INT8_ARRAY || typeCode > BIGUINT64_ARRAY) { in JS_readArrayBuffer()
1147 case INT8_ARRAY: { in JS_readVectorByTypeCode()
H A Dnapi_message_sequence_write.cpp77 DECLARE_NAPI_PROPERTY("INT8_ARRAY", enumValues[INT8_ARRAY]), in CreateTypeCodeEnum()
1880 if (typeCode < INT8_ARRAY || typeCode > BIGUINT64_ARRAY) { in JS_checkWriteArrayBufferArgs()
1956 case INT8_ARRAY: { in JS_writeVectorByTypeCode()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ipc-kit/
H A Djs-apis-rpc.md49 | INT8_ARRAY | 0 | TypedArray类型为INT8_ARRAY。 |
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/
H A Djs-apis-rpc.md49 | INT8_ARRAY | 0 | The TypedArray type is **INT8_ARRAY**. |