Home
last modified time | relevance | path

Searched defs:WriteInt32LE (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_api_module/buffer/
Djs_buffer.cpp225 void Buffer::WriteInt32LE(int32_t value, uint32_t offset) in WriteInt32LE() function in OHOS::buffer::Buffer
Dnative_module_buffer.cpp733 static napi_value WriteInt32LE(napi_env env, napi_callback_info info) in WriteInt32LE() function