Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Djs_buffer.h54 uint32_t ReadUInt32LE(uint32_t offset);
H A Dnative_module_buffer.cpp790 static napi_value ReadUInt32LE(napi_env env, napi_callback_info info) in ReadUInt32LE() function
796 res = buf->ReadUInt32LE(offset); in ReadUInt32LE()
1148 DECLARE_NAPI_FUNCTION("readUInt32LE", ReadUInt32LE), in BufferInit()
H A Djs_buffer.cpp268 uint32_t Buffer::ReadUInt32LE(uint32_t offset) in ReadUInt32LE() function in OHOS::buffer::Buffer
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp424 int32_t res = buf->ReadUInt32LE(0);
442 int32_t res = buf->ReadUInt32LE(0);
460 int32_t res = buf->ReadUInt32LE(1);