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 D | napi_rpc_common.h | 91 INT8_ARRAY = 0, enumerator
|
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | use-napi-about-array.md | 508 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 D | use-jsvm-about-array.md | 227 INT8_ARRAY: 0, 239 createTypedArray(type.INT8_ARRAY);
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-napi-about-array.md | 507 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 D | use-jsvm-about-array.md | 227 INT8_ARRAY: 0, 239 createTypedArray(type.INT8_ARRAY);
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/ |
H A D | napi_message_sequence_read.cpp | 1134 if (typeCode < INT8_ARRAY || typeCode > BIGUINT64_ARRAY) { in JS_readArrayBuffer() 1147 case INT8_ARRAY: { in JS_readVectorByTypeCode()
|
H A D | napi_message_sequence_write.cpp | 77 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 D | js-apis-rpc.md | 49 | INT8_ARRAY | 0 | TypedArray类型为INT8_ARRAY。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/ |
H A D | js-apis-rpc.md | 49 | INT8_ARRAY | 0 | The TypedArray type is **INT8_ARRAY**. |
|