Home
last modified time | relevance | path

Searched refs:MEM_OUT_OF_BOUNDS (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H A Dstream_buffer.rs37 const MEM_OUT_OF_BOUNDS: i32 = 3; const
192 self.w_pos, size, MAX_STREAM_BUF_SIZE, MEM_OUT_OF_BOUNDS); in write_char_usize()
246 error!(LOG_LABEL, "Memory out of bounds on read... errCode:{}", MEM_OUT_OF_BOUNDS); in read_char_usize()
/ohos5.0/foundation/multimodalinput/input/util/network/src/
H A Dstream_buffer.cpp109 MMI_HILOGE("Memory out of bounds on read... errCode:%{public}d", MEM_OUT_OF_BOUNDS); in Read()
141 "errCode:%{public}d", wPos_, size, MAX_STREAM_BUF_SIZE, MEM_OUT_OF_BOUNDS); in Write()
/ohos5.0/base/msdp/device_status/utils/ipc/src/
H A Dstream_buffer.cpp108 FI_HILOGE("Memory out of bounds on read, errCode:%{public}d", MEM_OUT_OF_BOUNDS); in Read()
142 "errCode:%{public}d", wPos_, size, MAX_STREAM_BUF_SIZE, MEM_OUT_OF_BOUNDS); in Write()
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Derror_multimodal.h117 MEM_OUT_OF_BOUNDS, enumerator
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dproto.h25 inline constexpr int32_t MEM_OUT_OF_BOUNDS { 3 };