Searched refs:jsTypedArray (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/ |
H A D | js_utils.cpp | 670 napi_value jsTypedArray = nullptr; in ToJsTypedArray() local 683 status = napi_create_typedarray(env, type, size, buffer, 0, &jsTypedArray); in ToJsTypedArray() 685 return jsTypedArray; in ToJsTypedArray()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/include/ |
H A D | napi_message_sequence.h | 127 static bool JS_WriteRawDataForTypedArray(napi_env env, napi_value jsTypedArray,
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/ |
H A D | napi_message_sequence_write.cpp | 1717 bool NAPI_MessageSequence::JS_WriteRawDataForTypedArray(napi_env env, napi_value jsTypedArray, in JS_WriteRawDataForTypedArray() argument 1725 napi_status isGet = napi_get_typedarray_info(env, jsTypedArray, &type, in JS_WriteRawDataForTypedArray()
|