Home
last modified time | relevance | path

Searched refs:WriteInt32LE (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_api_module/buffer/
Djs_buffer.h54 void WriteInt32LE(int32_t value, uint32_t offset);
Djs_buffer.cpp215 void Buffer::WriteInt32LE(int32_t value, uint32_t offset) in WriteInt32LE() function in OHOS::buffer::Buffer
Dnative_module_buffer.cpp656 static napi_value WriteInt32LE(napi_env env, napi_callback_info info) in WriteInt32LE() function
662 buf->WriteInt32LE(value, offset); in WriteInt32LE()
1041 DECLARE_NAPI_FUNCTION("writeInt32LE", WriteInt32LE), in BufferInit()
/commonlibrary/ets_utils/js_api_module/buffer/test/
Dtest_napi.cpp309 buf->WriteInt32LE(0x12345678, 0);
329 buf->WriteInt32LE(0x12345678, 1);
347 buf->WriteInt32LE(0x12345678, 1);