Home
last modified time | relevance | path

Searched refs:ReplyWithError (Results 1 – 4 of 4) sorted by relevance

/external/libbrillo/brillo/dbus/
Ddbus_object_internal_impl.h93 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()
Ddbus_method_response.cc24 void DBusMethodResponseBase::ReplyWithError(const brillo::Error* error) { in ReplyWithError() function in brillo::dbus_utils::DBusMethodResponseBase
30 void DBusMethodResponseBase::ReplyWithError( in ReplyWithError() function in brillo::dbus_utils::DBusMethodResponseBase
37 ReplyWithError(error.get()); in ReplyWithError()
Ddbus_method_response.h54 virtual void ReplyWithError(const brillo::Error* error);
58 virtual void ReplyWithError(const base::Location& location,
Ddbus_object_test.cc58 response->ReplyWithError(error.get()); in Positive()