Searched refs:resultBuffer (Results 1 - 4 of 4) sorted by relevance
/commonlibrary/ets_utils/js_util_module/util/ |
H A D | js_textencoder.cpp | 55 napi_value resultBuffer = nullptr;
in EncodeInto() local 56 NAPI_CALL(env, napi_get_typedarray_info(env, dest, &type, &length, &resultData, &resultBuffer, &byteOffset));
in EncodeInto()
|
H A D | js_types.cpp | 62 napi_value resultBuffer = nullptr; in IsArrayBufferView() local 64 &resultData, &resultBuffer, &byteOffset); in IsArrayBufferView() 211 napi_value resultBuffer = nullptr; in GetTypeArrayInfo() local 213 &resultData, &resultBuffer, &byteOffset); in GetTypeArrayInfo() 280 napi_value resultBuffer = nullptr; in IsInt8Array() local 282 &resultData, &resultBuffer, &byteOffset); in IsInt8Array()
|
/commonlibrary/ets_utils/js_util_module/util/test/ |
H A D | test_util.cpp | 77 napi_value resultBuffer = nullptr; in HWTEST_F() local 78 napi_get_typedarray_info(env, arr, &type, &length, &resultData, &resultBuffer, &byteOffset); in HWTEST_F() 94 napi_value resultBuffer = nullptr; in HWTEST_F() local 95 napi_get_typedarray_info(env, arr, &type, &length, &resultData, &resultBuffer, &byteOffset); in HWTEST_F() 113 napi_value resultBuffer = nullptr; in HWTEST_F() local 114 napi_get_typedarray_info(env, arr, &type, &length, &resultData, &resultBuffer, &byteOffset); in HWTEST_F() 133 napi_value resultBuffer = nullptr; in HWTEST_F() local 134 napi_get_typedarray_info(env, arr, &type, &length, &resultData, &resultBuffer, &byteOffset); in HWTEST_F() 153 napi_value resultBuffer = nullptr; in HWTEST_F() local 154 napi_get_typedarray_info(env, arr, &type, &length, &resultData, &resultBuffer, in HWTEST_F() [all...] |
/commonlibrary/ets_utils/js_api_module/buffer/ |
H A D | native_module_buffer.cpp | 381 napi_value resultBuffer = nullptr; in BufferConstructorInner() local 382 if (napi_get_typedarray_info(env, argv[1], &type, &aryLen, &resultData, &resultBuffer, &offset) != napi_ok) { in BufferConstructorInner()
|
Completed in 9 milliseconds