Searched refs:LogAndReplyError (Results 1 – 5 of 5) sorted by relevance
48 LogAndReplyError("Unknown message type: " + type); in handleMessage()54 LogAndReplyError("Device already registered: " + device_id_); in HandleRegistrationRequest()61 LogAndReplyError("Missing device id in registration request"); in HandleRegistrationRequest()81 LogAndReplyError("Forward failed: Missing or invalid client id"); in HandleForward()87 LogAndReplyError("Forward failed: Missing payload"); in HandleForward()92 LogAndReplyError("Forward failed: Unknown client " + in HandleForward()
70 LogAndReplyError("Unknown message type: " + type); in handleMessage()76 LogAndReplyError( in handleConnectionRequest()83 LogAndReplyError("Invalid connection request: Missing device id"); in handleConnectionRequest()95 LogAndReplyError("Connection failed: Device not found: '" + device_id + in handleConnectionRequest()113 LogAndReplyError("Forward failed: No device associated to client"); in handleForward()118 LogAndReplyError("Forward failed: No payload present in message"); in handleForward()124 LogAndReplyError("Forward failed: Device disconnected"); in handleForward()
35 LogAndReplyError("Received a binary message"); in OnReceive()45 LogAndReplyError("Received Invalid JSON"); in OnReceive()52 LogAndReplyError("Invalid message format: '" + std::string(msg, msg + len) + in OnReceive()88 void SignalHandler::LogAndReplyError(const std::string& error_message) { in LogAndReplyError() function in cuttlefish::SignalHandler
43 void LogAndReplyError(const std::string& message);
106 void LogAndReplyError(const std::string& error_msg) const;