Home
last modified time | relevance | path

Searched defs:typedArray (Results 1 – 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/interop/src/cpp/jsc/
Dconvertors-jsc.cc181 JSObjectRef typedArray = JSValueToObject(context, value, nullptr); in getPointerElements() local
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_mirror/interop/src/cpp/jsc/
Dconvertors-jsc.cc181 JSObjectRef typedArray = JSValueToObject(context, value, nullptr); in getPointerElements() local
/foundation/communication/ipc/ipc/native/src/napi_common/source/
Dnapi_ashmem.cpp444 napi_value typedArray = nullptr; in ReadFromAshmem() local
512 napi_value typedArray = nullptr; in TransferByteToJsData() local
/foundation/arkui/napi/test/unittest/
Dtest_napi_pendingexception.cpp130 napi_value typedArray = nullptr; variable
Dtest_napi_context.cpp3046 napi_value typedArray = nullptr; variable
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
Dwebgl_arg.cpp280 bool typedArray = false; in GenBufferData() local
/foundation/arkui/napi/native_engine/impl/ark/
Dark_native_engine.cpp1676 Local<panda::TypedArrayRef> typedArray; in NapiNewTypedArray() local
1723 Local<panda::SendableTypedArrayRef> typedArray; in NapiNewSendableTypedArray() local
1757 …tiveTypedArrayType ArkNativeEngine::GetTypedArrayType(panda::Local<panda::TypedArrayRef> typedArra… in GetTypedArrayType()
1787 …ayType ArkNativeEngine::GetSendableTypedArrayType(panda::Local<panda::SendableTypedArrayRef> typed… in GetSendableTypedArrayType()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
Djsi_interface_tdd_test.cpp691 …JSIValue typedArray = JSI::CreateTypedArray(TypedArrayType::JSI_UINT8_ARRAY, byteLength, buffer, i… in JSIInterfaceTest019() local
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
Djsi.cpp943 uint8_t *JSI::GetTypedArrayInfo(JSIValue typedArray, in GetTypedArrayInfo()
/foundation/arkui/napi/native_engine/
Dnative_api.cpp2961 Local<panda::TypedArrayRef> typedArray = Local<panda::TypedArrayRef>(value); in napi_get_typedarray_info() local
2980 Local<panda::SendableTypedArrayRef> typedArray = Local<panda::SendableTypedArrayRef>(value); in napi_get_typedarray_info() local
4431 Local<TypedArrayRef> typedArray = stringVal->EncodeIntoUint8Array(vm); in napi_encode() local