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 D | stream_buffer.rs | 37 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 D | stream_buffer.cpp | 109 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 D | stream_buffer.cpp | 108 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 D | error_multimodal.h | 117 MEM_OUT_OF_BOUNDS, enumerator
|
/ohos5.0/base/msdp/device_status/utils/common/include/ |
H A D | proto.h | 25 inline constexpr int32_t MEM_OUT_OF_BOUNDS { 3 };
|