Searched refs:CreateTypedArray (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | use-jsvm-about-array.md | 158 static JSVM_Value CreateTypedArray(JSVM_Env env, JSVM_CallbackInfo info) 209 OH_LOG_ERROR(LOG_APP, "JSVM CreateTypedArray fail"); 211 OH_LOG_INFO(LOG_APP, "JSVM CreateTypedArray success"); 215 // CreateTypedArray注册回调 217 {.data = nullptr, .callback = CreateTypedArray}, 220 // CreateTypedArray方法别名,供JS调用
|
H A D | use-napi-about-array.md | 448 static napi_value CreateTypedArray(napi_env env, napi_callback_info info) 561 … {"createTypedArray", nullptr, CreateTypedArray, nullptr, nullptr, nullptr, napi_default, nullptr},
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-jsvm-about-array.md | 158 static JSVM_Value CreateTypedArray(JSVM_Env env, JSVM_CallbackInfo info) 209 OH_LOG_ERROR(LOG_APP, "JSVM CreateTypedArray fail"); 211 OH_LOG_INFO(LOG_APP, "JSVM CreateTypedArray success"); 215 // Register the CreateTypedArray callback. 217 {.data = nullptr, .callback = CreateTypedArray}, 220 … createTypedArray and associate it with a callback. This allows the CreateTypedArray callback to b…
|
H A D | use-napi-about-array.md | 447 static napi_value CreateTypedArray(napi_env env, napi_callback_info info) 560 … {"createTypedArray", nullptr, CreateTypedArray, nullptr, nullptr, nullptr, napi_default, nullptr},
|
/ohos5.0/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/ |
H A D | jsi.h | 648 …static JSIValue CreateTypedArray(TypedArrayType type, size_t length, JSIValue arrayBuffer, size_t …
|
/ohos5.0/base/security/huks/interfaces/kits/liteapi/src/ |
H A D | hks_lite_api_common.cpp | 402 …JSIValue typedArray = JSI::CreateTypedArray(TypedArrayType::JSI_UINT8_ARRAY, result->outData->size, in HksConstructJSIReturnResult()
|
/ohos5.0/commonlibrary/utils_lite/js/builtin/filekit/src/ |
H A D | nativeapi_fs.cpp | 427 …JSIValue typedArray = JSI::CreateTypedArray(TypedArrayType::JSI_UINT8_ARRAY, actualLen, arrayBuffe… in ReadArrayFileInner()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/ |
H A D | jsi.cpp | 1014 JSIValue JSI::CreateTypedArray(TypedArrayType type, size_t length, JSIValue arrayBuffer, size_t byt… in CreateTypedArray() function in OHOS::ACELite::JSI
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/ |
H A D | jsi_interface_tdd_test.cpp | 691 …JSIValue typedArray = JSI::CreateTypedArray(TypedArrayType::JSI_UINT8_ARRAY, byteLength, buffer, i… in JSIInterfaceTest019()
|