Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/interfaces/kits/liteapi/src/
H A Dhks_lite_api_common.cpp402 …JSIValue typedArray = JSI::CreateTypedArray(TypedArrayType::JSI_UINT8_ARRAY, result->outData->size, in HksConstructJSIReturnResult() local
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_ashmem.cpp432 napi_value typedArray = nullptr; in ReadFromAshmem() local
500 napi_value typedArray = nullptr; in TransferByteToJsData() local
/ohos5.0/commonlibrary/utils_lite/js/builtin/filekit/src/
H A Dnativeapi_fs.cpp427 …JSIValue typedArray = JSI::CreateTypedArray(TypedArrayType::JSI_UINT8_ARRAY, actualLen, arrayBuffe… in ReadArrayFileInner() local
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp1219 Local<panda::TypedArrayRef> typedArray; in NapiNewTypedArray() local
1266 Local<panda::SendableTypedArrayRef> typedArray; in NapiNewSendableTypedArray() local
1300 …tiveTypedArrayType ArkNativeEngine::GetTypedArrayType(panda::Local<panda::TypedArrayRef> typedArra… in GetTypedArrayType()
1330 …ayType ArkNativeEngine::GetSendableTypedArrayType(panda::Local<panda::SendableTypedArrayRef> typed… in GetSendableTypedArrayType()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_arg.cpp280 bool typedArray = false; in GenBufferData() local
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_download_item.cpp722 napi_value typedArray; in JS_Serialize() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp691 …JSIValue typedArray = JSI::CreateTypedArray(TypedArrayType::JSI_UINT8_ARRAY, byteLength, buffer, i… in JSIInterfaceTest019() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp943 uint8_t *JSI::GetTypedArrayInfo(JSIValue typedArray, in GetTypedArrayInfo()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp2760 Local<panda::TypedArrayRef> typedArray = Local<panda::TypedArrayRef>(value); in napi_get_typedarray_info() local
2777 Local<panda::SendableTypedArrayRef> typedArray = Local<panda::SendableTypedArrayRef>(value); in napi_get_typedarray_info() local