Home
last modified time | relevance | path

Searched refs:STREAM_BUF_WRITE_FAIL (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_buffer/
H A Dnet_packet.rs20 const STREAM_BUF_WRITE_FAIL: i32 = 2; const
110 error!(LOG_LABEL, "Write data to stream failed, errCode:{}", STREAM_BUF_WRITE_FAIL); in make_data()
/ohos5.0/foundation/multimodalinput/input/util/network/src/
H A Dnet_packet.cpp36 MMI_HILOGE("Write data to stream failed, errCode:%{public}d", STREAM_BUF_WRITE_FAIL); in MakeData()
/ohos5.0/base/msdp/device_status/utils/ipc/src/
H A Dnet_packet.cpp34 FI_HILOGE("Write data to stream failed, errCode:%{public}d", STREAM_BUF_WRITE_FAIL); in MakeData()
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Derror_multimodal.h111 STREAM_BUF_WRITE_FAIL, enumerator
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dproto.h23 inline constexpr int32_t STREAM_BUF_WRITE_FAIL { 2 };
/ohos5.0/base/msdp/device_status/utils/ipc/include/
H A Dstream_buffer.h100 GetErrorStatusRemark().c_str(), sizeof(data), wCount_ + 1, STREAM_BUF_WRITE_FAIL); in Write()
/ohos5.0/foundation/multimodalinput/input/service/interceptor/src/
H A Devent_interceptor_handler.cpp180 MMI_HILOGE("Packet key event failed, errCode:%{public}d", STREAM_BUF_WRITE_FAIL); in SendToClient()
208 MMI_HILOGE("Marshalling pointer event failed, errCode:%{public}d", STREAM_BUF_WRITE_FAIL); in SendToClient()
/ohos5.0/foundation/multimodalinput/input/util/network/include/
H A Dstream_buffer.h117 GetErrorStatusRemark().c_str(), sizeof(data), wCount_ + 1, STREAM_BUF_WRITE_FAIL); in Write()
/ohos5.0/foundation/multimodalinput/input/service/monitor/src/
H A Devent_monitor_handler.cpp220 MMI_HILOGE("Packet key event failed, errCode:%{public}d", STREAM_BUF_WRITE_FAIL); in SendToClient()
525 MMI_HILOGE("Marshalling pointer event failed, errCode:%{public}d", STREAM_BUF_WRITE_FAIL); in Monitor()