Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Djs_buffer.cpp228 void Buffer::WriteInt32LE(int32_t value, uint32_t offset) in WriteInt32LE() function in OHOS::buffer::Buffer
H A Dnative_module_buffer.cpp725 static napi_value WriteInt32LE(napi_env env, napi_callback_info info) in WriteInt32LE() function