Searched refs:ReplyWithError (Results 1 – 4 of 4) sorted by relevance
93 method_response.ReplyWithError(param_reader_error.get()); in HandleMethod()130 method_response.ReplyWithError(param_reader_error.get()); in HandleMethod()166 method_response.ReplyWithError(error.get()); in HandleMethod()180 method_response.ReplyWithError(param_reader_error.get()); in HandleMethod()218 method_response.ReplyWithError(error.get()); in HandleMethod()232 method_response.ReplyWithError(param_reader_error.get()); in HandleMethod()274 method_response.ReplyWithError(param_reader_error.get()); in HandleMethod()321 method_response.ReplyWithError(param_reader_error.get()); in HandleMethod()
24 void DBusMethodResponseBase::ReplyWithError(const brillo::Error* error) { in ReplyWithError() function in brillo::dbus_utils::DBusMethodResponseBase30 void DBusMethodResponseBase::ReplyWithError( in ReplyWithError() function in brillo::dbus_utils::DBusMethodResponseBase37 ReplyWithError(error.get()); in ReplyWithError()
54 virtual void ReplyWithError(const brillo::Error* error);58 virtual void ReplyWithError(const base::Location& location,
58 response->ReplyWithError(error.get()); in Positive()