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.h92 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()
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.h39 void ReplyWithError(const brillo::Error* error);
43 void ReplyWithError(const base::Location& location,
Ddbus_object_unittest.cc60 response->ReplyWithError(error.get()); in Positive()