Home
last modified time | relevance | path

Searched refs:WriteBE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Djs_buffer.cpp168 void Buffer::WriteBE(int32_t value, uint32_t bytes) in WriteBE() function in OHOS::buffer::Buffer
215 WriteBE(value, 4); in WriteInt32BE()
247 WriteBE(value, 4); in WriteUInt32BE()
H A Djs_buffer.h81 void WriteBE(int32_t value, uint32_t bytes);