Lines Matching refs:LOGE

65         LOGE("DecodeMessage: Recv maskingKey failed");
70 LOGE("DecodeMessage: Recv message with mask failed");
86 LOGE("ProtocolUpgrade: failed to encode WebSocket-Key");
92 LOGE("ProtocolUpgrade: Send failed");
116 LOGE("ReadMsg failed, msgLen = %{public}ld, errno = %{public}d", static_cast<long>(msgLen), errno);
124 LOGE("HttpHandShake: Upgrade failed");
128 LOGE("HttpHandShake: Validation failed");
136 LOGE("HttpHandShake: HTTP upgrade parameters failure");
138 LOGE("HttpHandShake: failed to send 'bad request' response");
159 LOGE("MoveToConnectingState during opening connection, which violates WebSocketServer guarantees");
171 LOGE("AcceptNewConnection: Close guarantees violated");
190 LOGE("AcceptNewConnection: violation due to concurrent close and accept: got %{public}d",
205 LOGE("AcceptNewConnection: violation due to concurrent close and accept: got %{public}d",
219 LOGE("InitTcpWebSocket invalid port");
230 LOGE("InitTcpWebSocket WSA init failed");
236 LOGE("InitTcpWebSocket socket init failed, errno = %{public}d", errno);
243 LOGE("InitTcpWebSocket setsockopt SO_REUSEADDR failed, errno = %{public}d", errno);
248 LOGE("InitTcpWebSocket SetWebSocketTimeOut failed");
261 LOGE("BindAndListenTcpWebSocket inet_pton failed, error = %{public}d", errno);
266 LOGE("BindAndListenTcpWebSocket bind/listen failed, errno = %{public}d", errno);
283 LOGE("InitUnixWebSocket socket init failed, errno = %{public}d", errno);
288 LOGE("InitUnixWebSocket SetWebSocketTimeOut failed");
295 LOGE("InitUnixWebSocket memset_s failed");
301 LOGE("InitUnixWebSocket strcpy_s failed");
308 LOGE("InitUnixWebSocket bind failed, errno = %{public}d", errno);
313 LOGE("InitUnixWebSocket listen failed, errno = %{public}d", errno);
328 LOGE("InitUnixWebSocket socketfd is invalid");
334 LOGE("InitUnixWebSocket get client state is failed");
349 LOGE("ConnectUnixWebSocket HttpHandShake failed");
353 LOGE("ConnectUnixWebSocketBySocketpair: violation due to concurrent close and accept: got %{public}d",
380 LOGE("OnNewConnection violation: expected CONNECTING, but got %{public}d",