Home
last modified time | relevance | path

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

/system/webservd/libwebserv/
Dresponse.cc37 ReplyWithError(brillo::http::status_code::InternalServerError, in ~ResponseImpl()
91 ReplyWithError(status_code, ""); in Redirect()
94 void ResponseImpl::ReplyWithError(int status_code, in ReplyWithError() function in libwebserv::ResponseImpl
102 ReplyWithError(brillo::http::status_code::NotFound, "Not Found"); in ReplyWithErrorNotFound()
Dmock_response.h43 MOCK_METHOD2(ReplyWithError, void(int, const std::string&));
Dresponse.h75 virtual void ReplyWithError(int status_code,
Dresponse_impl.h50 void ReplyWithError(int status_code, const std::string& error_text) override;
/system/connectivity/shill/dbus/
Dchromeos_dbus_adaptor.cc140 response->ReplyWithError(chromeos_error.get()); in MethodReplyCallback()
151 response->ReplyWithError(chromeos_error.get()); in TypedMethodReplyCallback()
/system/connectivity/apmanager/dbus/
Dservice_dbus_adaptor.cc84 response->ReplyWithError(dbus_error.get()); in OnStartCompleted()