Searched refs:LogAndReplyError (Results 1 – 6 of 6) sorted by relevance
45 LogAndReplyError("Unknown message type: " + type); in handleMessage()58 LogAndReplyError("Invalid connection request: Missing device id"); in handleConnectionRequest()69 LogAndReplyError("Connection failed: Device not found: '" + device_id + in handleConnectionRequest()87 LogAndReplyError("Forward failed: No device asociated to client"); in handleForward()91 LogAndReplyError("Forward failed: No payload present in message"); in handleForward()96 LogAndReplyError("Forward failed: Device disconnected"); in handleForward()
49 LogAndReplyError("Unknown message type: " + type); in handleMessage()57 LogAndReplyError("Device already registered: " + device_id_); in HandleRegistrationRequest()63 LogAndReplyError("Missing device id in registration request"); in HandleRegistrationRequest()82 LogAndReplyError("Forward failed: Missing or invalid client id"); in HandleForward()87 LogAndReplyError("Forward failed: Missing payload"); in HandleForward()91 LogAndReplyError("Forward failed: Unknown client " + in HandleForward()98 LogAndReplyError("Forward failed: Client " + std::to_string(client_id) + in HandleForward()
50 LogAndReplyError("Invalid message format: '" + std::string(msg, msg + len) + in handleMessage()67 void SignalHandler::LogAndReplyError(const std::string& error_message) { in LogAndReplyError() function in cuttlefish::SignalHandler
41 void LogAndReplyError(const std::string& message);
320 void ClientHandler::LogAndReplyError(const std::string &error_msg) const { in LogAndReplyError() function in cuttlefish::webrtc_streaming::ClientHandler350 LogAndReplyError(error.message()); in OnCreateSDPFailure()355 LogAndReplyError(error.message()); in OnSetSDPFailure()367 LogAndReplyError(result.error()); in HandleMessage()385 LogAndReplyError(result.error()); in HandleMessage()392 LogAndReplyError("Failed to parse answer."); in HandleMessage()399 LogAndReplyError(error.message()); in HandleMessage()412 LogAndReplyError(result.error()); in HandleMessage()426 LogAndReplyError(result.error()); in HandleMessage()438 LogAndReplyError("Failed to parse ICE candidate"); in HandleMessage()[all …]
127 void LogAndReplyError(const std::string& error_msg) const;