HomeSort by relevance Sort by last modified time
    Searched defs:ReplyWithError (Results 1 - 2 of 2) sorted by null

  /external/libbrillo/brillo/dbus/
dbus_method_response.cc 24 void DBusMethodResponseBase::ReplyWithError(const brillo::Error* error) {
30 void DBusMethodResponseBase::ReplyWithError(
37 ReplyWithError(error.get());
  /system/webservd/libwebserv/
response.cc 37 ReplyWithError(brillo::http::status_code::InternalServerError,
91 ReplyWithError(status_code, "");
94 void ResponseImpl::ReplyWithError(int status_code,
102 ReplyWithError(brillo::http::status_code::NotFound, "Not Found");

Completed in 131 milliseconds