Home
last modified time | relevance | path

Searched refs:ReadUInt32BE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Djs_buffer.h53 uint32_t ReadUInt32BE(uint32_t offset);
H A Dnative_module_buffer.cpp764 static napi_value ReadUInt32BE(napi_env env, napi_callback_info info) in ReadUInt32BE() function
770 res = buf->ReadUInt32BE(offset); in ReadUInt32BE()
1146 DECLARE_NAPI_FUNCTION("readUInt32BE", ReadUInt32BE), in BufferInit()
H A Djs_buffer.cpp252 uint32_t Buffer::ReadUInt32BE(uint32_t offset) in ReadUInt32BE() function in OHOS::buffer::Buffer
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp370 int32_t res = buf->ReadUInt32BE(0);
388 int32_t res = buf->ReadUInt32BE(0);
406 int32_t res = buf->ReadUInt32BE(1);