Home
last modified time | relevance | path

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

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