Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp369 buf->WriteUInt32BE(0x12345678, 0);
387 buf->WriteUInt32BE(0x12345678, 1);
405 buf->WriteUInt32BE(0x12345678, 1);
475 buf->WriteUInt32BE(0x12345678, 0);
496 buf->WriteUInt32BE(0x12345678, 0);
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Djs_buffer.h46 void WriteUInt32BE(int32_t value, uint32_t offset);
H A Dnative_module_buffer.cpp751 static napi_value WriteUInt32BE(napi_env env, napi_callback_info info) in WriteUInt32BE() function
757 buf->WriteUInt32BE(value, offset); in WriteUInt32BE()
1145 DECLARE_NAPI_FUNCTION("writeUInt32BE", WriteUInt32BE), in BufferInit()
H A Djs_buffer.cpp244 void Buffer::WriteUInt32BE(int32_t value, uint32_t offset) in WriteUInt32BE() function in OHOS::buffer::Buffer