Home
last modified time | relevance | path

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

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