Searched refs:WriteInt32LE (Results 1 – 4 of 4) sorted by relevance
54 void WriteInt32LE(int32_t value, uint32_t offset);
215 void Buffer::WriteInt32LE(int32_t value, uint32_t offset) in WriteInt32LE() function in OHOS::buffer::Buffer
656 static napi_value WriteInt32LE(napi_env env, napi_callback_info info) in WriteInt32LE() function662 buf->WriteInt32LE(value, offset); in WriteInt32LE()1041 DECLARE_NAPI_FUNCTION("writeInt32LE", WriteInt32LE), in BufferInit()
309 buf->WriteInt32LE(0x12345678, 0);329 buf->WriteInt32LE(0x12345678, 1);347 buf->WriteInt32LE(0x12345678, 1);