Home
last modified time | relevance | path

Searched refs:typedArray (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/telephony/telephonyjstest/netmanager_tlssocket/tlssupportsendarraybuffer/entry/src/ohosTest/ets/test/
DNetManagerTLSSupportSendArrayBuffer.test.ets55 let typedArray: Uint8Array = new Uint8Array( [1, 2, 3, 4] );
56 let sendDataArrayBuffer = typedArray.buffer as ArrayBuffer;
94 let typedArray: Uint8Array = new Uint8Array( [1, 2, 3, 4] );
95 let sendDataArrayBuffer = typedArray.buffer as ArrayBuffer;
199 let typedArray: Uint8Array = new Uint8Array();
200 let sendEmptyArrayBuffer = typedArray.buffer as ArrayBuffer;
238 let typedArray: Uint8Array = new Uint8Array();
239 let sendEmptyArrayBuffer = typedArray.buffer as ArrayBuffer;
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_test.cpp6021 JSVM_Value typedArray = nullptr; in CreateTypedArray() local
6024 OH_JSVM_CreateTypedarray(env, arrayType, length, arrayBuffer, DIFF_VALUE_ZERO, &typedArray); in CreateTypedArray()
6025 return typedArray; in CreateTypedArray()
8992 JSVM_Value typedArray; in useArrayBuffer2() local
8994 arrayBuffer, 0, &typedArray); in useArrayBuffer2()
9068 JSVM_Value typedArray; in useArrayBuffer3() local
9069 …Typedarray(env, JSVM_TypedarrayType::JSVM_INT32_ARRAY, typedArrayLen, arrayBuffer, 0, &typedArray); in useArrayBuffer3()