• Home
  • Raw
  • Download

Lines Matching full:failed

65         LOGE("DecodeMessage: Recv maskingKey failed");  in DecodeMessage()
70 LOGE("DecodeMessage: Recv message with mask failed"); in DecodeMessage()
86 LOGE("ProtocolUpgrade: failed to encode WebSocket-Key"); in ProtocolUpgrade()
92 LOGE("ProtocolUpgrade: Send failed"); in ProtocolUpgrade()
112 LOGW("HttpHandShake recv failed, errno = %{public}d", errno); in HttpHandShake()
116 …LOGE("ReadMsg failed, msgLen = %{public}ld, errno = %{public}d", static_cast<long>(msgLen), errno); in HttpHandShake()
124 LOGE("HttpHandShake: Upgrade failed"); in HttpHandShake()
128 LOGE("HttpHandShake: Validation failed"); in HttpHandShake()
138 LOGE("HttpHandShake: failed to send 'bad request' response"); in HttpHandShake()
201 LOGW("AcceptNewConnection HttpHandShake failed"); in AcceptNewConnection()
230 LOGE("InitTcpWebSocket WSA init failed"); in InitTcpWebSocket()
236 LOGE("InitTcpWebSocket socket init failed, errno = %{public}d", errno); in InitTcpWebSocket()
243 LOGE("InitTcpWebSocket setsockopt SO_REUSEADDR failed, errno = %{public}d", errno); in InitTcpWebSocket()
248 LOGE("InitTcpWebSocket SetWebSocketTimeOut failed"); in InitTcpWebSocket()
261 LOGE("BindAndListenTcpWebSocket inet_pton failed, error = %{public}d", errno); in BindAndListenTcpWebSocket()
266 LOGE("BindAndListenTcpWebSocket bind/listen failed, errno = %{public}d", errno); in BindAndListenTcpWebSocket()
283 LOGE("InitUnixWebSocket socket init failed, errno = %{public}d", errno); in InitUnixWebSocket()
288 LOGE("InitUnixWebSocket SetWebSocketTimeOut failed"); in InitUnixWebSocket()
295 LOGE("InitUnixWebSocket memset_s failed"); in InitUnixWebSocket()
301 LOGE("InitUnixWebSocket strcpy_s failed"); in InitUnixWebSocket()
308 LOGE("InitUnixWebSocket bind failed, errno = %{public}d", errno); in InitUnixWebSocket()
313 LOGE("InitUnixWebSocket listen failed, errno = %{public}d", errno); in InitUnixWebSocket()
334 LOGE("InitUnixWebSocket get client state is failed, error is %{public}s", strerror(errno)); in InitUnixWebSocket()
349 LOGE("ConnectUnixWebSocket HttpHandShake failed"); in ConnectUnixWebSocketBySocketpair()
429 LOGW("Failed to shutdown client socket, errno = %{public}d", errno); in WaitConnectingStateEnds()
458 LOGW("Failed to shutdown server socket, errno = %{public}d", errno); in Close()