Lines Matching refs:MTLOG_ERROR

82         MTLOG_ERROR("socket create failed, errno %d(%s)", errno, strerror(errno));  in CreateSocket()
89 MTLOG_ERROR("socket unblock failed, errno %d(%s)", errno, strerror(errno)); in CreateSocket()
118 MTLOG_ERROR("conn not set action %p, or msg %p, error", _action, _msg_buff); in SendData()
133 MTLOG_ERROR("socket send failed, fd %d, errno %d(%s)", _osfd, in SendData()
148 MTLOG_ERROR("conn not set action %p, or msg %p, error", _action, _msg_buff); in RecvData()
165 MTLOG_ERROR("socket recv failed, fd %d, errno %d(%s)", _osfd, in RecvData()
209 MTLOG_ERROR("conn not set action %p, or msg %p, error", _action, _msg_buff); in OpenCnnect()
232 MTLOG_ERROR("Open connect not ok, sock %d, errno %d", _osfd, err); in OpenCnnect()
257 MTLOG_ERROR("create tcp socket failed, error: %d", errno); in CreateSocket()
264 MTLOG_ERROR("set tcp socket unblock failed, error: %d", errno); in CreateSocket()
284 MTLOG_ERROR("conn not set action %p, or msg %p, error", _action, _msg_buff); in SendData()
301 MTLOG_ERROR("send tcp socket failed, error: %d", errno); in SendData()
324 MTLOG_ERROR("conn not set action %p, or msg %p, error", _action, _msg_buff); in RecvData()
341 MTLOG_ERROR("recv tcp socket failed, error: %d", errno); in RecvData()
347 MTLOG_ERROR("tcp remote close, address: %s[%d]", in RecvData()
402 MTLOG_ERROR("obj %p attach failed, fd %d error", this, _osfd); in IdleAttach()
407 MTLOG_ERROR("obj %p repeat attach, error", this); in IdleAttach()
417 MTLOG_ERROR("obj %p attach timer failed, error", this); in IdleAttach()
428 MTLOG_ERROR("obj %p attach failed, error", this); in IdleAttach()
436 MTLOG_ERROR("obj %p detach failed, fd %d error", this, _osfd); in IdleDetach()
461 MTLOG_ERROR("obj %p detach failed, error", this); in IdleDetach()
499 MTLOG_ERROR("input param dst null, error"); in GetTcpKeepConn()
527 MTLOG_ERROR("sock addr, invalid, %x:%d", dst->sin_addr.s_addr, dst->sin_port); in RemoveTcpKeepConn()
535 MTLOG_ERROR("no conn cache list, invalid, %x:%d", dst->sin_addr.s_addr, dst->sin_port); in RemoveTcpKeepConn()
551 MTLOG_ERROR("sock addr, invalid, %x:%d", dst->sin_addr.s_addr, dst->sin_port); in CacheTcpKeepConn()
561 MTLOG_ERROR("new conn list failed, error"); in CacheTcpKeepConn()
569 MTLOG_ERROR("conn IdleAttach failed, error"); in CacheTcpKeepConn()
603 MTLOG_ERROR("conn not set action %p, or _ntfy_obj %p, error", _action, _ntfy_obj); in CreateSocket()
608 MTLOG_ERROR("ntfy obj not match, _ntfy_obj %p, error", _ntfy_obj); in CreateSocket()
613 MTLOG_ERROR("real ntfy obj not match, _ntfy_obj %p, error", _ntfy_obj); in CreateSocket()
622 MTLOG_ERROR("real ntfy obj create fd failed, _ntfy_obj %p, error", real_ntfy); in CreateSocket()
639MTLOG_ERROR("conn not set action %p, or msg %p, ntfy %p error", _action, _msg_buff, _ntfy_obj); in SendData()
654 MTLOG_ERROR("socket send failed, fd %d, errno %d(%s)", _ntfy_obj->GetOsfd(), in SendData()
669 MTLOG_ERROR("conn not set _ntfy_obj %p, or msg %p, error", _ntfy_obj, _msg_buff); in RecvData()