Searched refs:input_buffer (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 | 214 napi_value input_buffer = nullptr; in Convert2Value() local 218 …auto status = napi_get_typedarray_info(env, jsValue, &type, &length, &tmp, &input_buffer, &byte_of… in Convert2Value() 269 napi_value input_buffer = nullptr; in Convert2Value() local 273 …auto status = napi_get_typedarray_info(env, jsValue, &type, &length, &tmp, &input_buffer, &byte_of… in Convert2Value()
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/ |
H A D | datashare_js_utils.cpp | 78 napi_value input_buffer = nullptr; in Convert2U8Vector() local 80 … napi_get_typedarray_info(env, input_array, &type, &length, &data, &input_buffer, &byte_offset); in Convert2U8Vector()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | reminder_common.cpp | 342 napi_value input_buffer = nullptr; in Convert2U8Vector() local 344 … napi_get_typedarray_info(env, input_array, &type, &length, &data, &input_buffer, &byte_offset); in Convert2U8Vector()
|