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 D | net_packet.rs | 20 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 D | net_packet.cpp | 36 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 D | net_packet.cpp | 34 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 D | error_multimodal.h | 111 STREAM_BUF_WRITE_FAIL, enumerator
|
/ohos5.0/base/msdp/device_status/utils/common/include/ |
H A D | proto.h | 23 inline constexpr int32_t STREAM_BUF_WRITE_FAIL { 2 };
|
/ohos5.0/base/msdp/device_status/utils/ipc/include/ |
H A D | stream_buffer.h | 100 GetErrorStatusRemark().c_str(), sizeof(data), wCount_ + 1, STREAM_BUF_WRITE_FAIL); in Write()
|
/ohos5.0/foundation/multimodalinput/input/service/interceptor/src/ |
H A D | event_interceptor_handler.cpp | 180 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 D | stream_buffer.h | 117 GetErrorStatusRemark().c_str(), sizeof(data), wCount_ + 1, STREAM_BUF_WRITE_FAIL); in Write()
|
/ohos5.0/foundation/multimodalinput/input/service/monitor/src/ |
H A D | event_monitor_handler.cpp | 220 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()
|