Searched refs:ReplyWithError (Results 1 – 4 of 4) sorted by relevance
92 method_response.ReplyWithError(param_reader_error.get()); in HandleMethod()129 method_response.ReplyWithError(param_reader_error.get()); in HandleMethod()165 method_response.ReplyWithError(error.get()); in HandleMethod()179 method_response.ReplyWithError(param_reader_error.get()); in HandleMethod()217 method_response.ReplyWithError(error.get()); in HandleMethod()231 method_response.ReplyWithError(param_reader_error.get()); in HandleMethod()273 method_response.ReplyWithError(param_reader_error.get()); in HandleMethod()320 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()
39 void ReplyWithError(const brillo::Error* error);43 void ReplyWithError(const base::Location& location,
60 response->ReplyWithError(error.get()); in Positive()