Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/buffer/
H A Djs_buffer.h53 uint32_t ReadUInt32BE(uint32_t offset);
H A Djs_buffer.cpp252 uint32_t Buffer::ReadUInt32BE(uint32_t offset) in ReadUInt32BE() function in OHOS::buffer::Buffer
H A Dnative_module_buffer.cpp760 static napi_value ReadUInt32BE(napi_env env, napi_callback_info info) in ReadUInt32BE() function
766 res = buf->ReadUInt32BE(offset); in ReadUInt32BE()
1142 DECLARE_NAPI_FUNCTION("readUInt32BE", ReadUInt32BE), in BufferInit()
/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp372 int32_t res = buf->ReadUInt32BE(0); in HWTEST_F()
390 int32_t res = buf->ReadUInt32BE(0); in HWTEST_F()
408 int32_t res = buf->ReadUInt32BE(1); in HWTEST_F()

Completed in 6 milliseconds