• Home
  • Raw
  • Download

Lines Matching full:failed

64         LOGE("DecodeMessage: Recv maskingKey failed");  in DecodeMessage()
69 LOGE("DecodeMessage: Recv message with mask failed"); in DecodeMessage()
85 LOGE("ProtocolUpgrade: failed to encode WebSocket-Key"); in ProtocolUpgrade()
91 LOGE("ProtocolUpgrade: Send failed"); in ProtocolUpgrade()
111 LOGW("HttpHandShake recv failed, errno = %{public}d", errno); in HttpHandShake()
115 …LOGE("ReadMsg failed, msgLen = %{public}ld, errno = %{public}d", static_cast<long>(msgLen), errno); in HttpHandShake()
123 LOGE("HttpHandShake: Upgrade failed"); in HttpHandShake()
127 LOGE("HttpHandShake: Validation failed"); in HttpHandShake()
137 LOGE("HttpHandShake: failed to send 'bad request' response"); in HttpHandShake()
200 LOGW("AcceptNewConnection HttpHandShake failed"); in AcceptNewConnection()
229 LOGE("InitTcpWebSocket WSA init failed"); in InitTcpWebSocket()
235 LOGE("InitTcpWebSocket socket init failed, errno = %{public}d", errno); in InitTcpWebSocket()
242 LOGE("InitTcpWebSocket setsockopt SO_REUSEADDR failed, errno = %{public}d", errno); in InitTcpWebSocket()
247 LOGE("InitTcpWebSocket SetWebSocketTimeOut failed"); in InitTcpWebSocket()
260 LOGE("BindAndListenTcpWebSocket inet_pton failed, error = %{public}d", errno); in BindAndListenTcpWebSocket()
265 LOGE("BindAndListenTcpWebSocket bind/listen failed, errno = %{public}d", errno); in BindAndListenTcpWebSocket()
282 LOGE("InitUnixWebSocket socket init failed, errno = %{public}d", errno); in InitUnixWebSocket()
287 LOGE("InitUnixWebSocket SetWebSocketTimeOut failed"); in InitUnixWebSocket()
294 LOGE("InitUnixWebSocket memset_s failed"); in InitUnixWebSocket()
300 LOGE("InitUnixWebSocket strcpy_s failed"); in InitUnixWebSocket()
307 LOGE("InitUnixWebSocket bind failed, errno = %{public}d", errno); in InitUnixWebSocket()
312 LOGE("InitUnixWebSocket listen failed, errno = %{public}d", errno); in InitUnixWebSocket()
333 LOGE("InitUnixWebSocket get client state is failed, error is %{public}s", strerror(errno)); in InitUnixWebSocket()
348 LOGE("ConnectUnixWebSocket HttpHandShake failed"); in ConnectUnixWebSocketBySocketpair()
428 LOGW("Failed to shutdown client socket, errno = %{public}d", errno); in WaitConnectingStateEnds()
457 LOGW("Failed to shutdown server socket, errno = %{public}d", errno); in Close()