Searched refs:ReplyWithError (Results 1 – 6 of 6) sorted by relevance
37 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::ResponseImpl102 ReplyWithError(brillo::http::status_code::NotFound, "Not Found"); in ReplyWithErrorNotFound()
43 MOCK_METHOD2(ReplyWithError, void(int, const std::string&));
75 virtual void ReplyWithError(int status_code,
50 void ReplyWithError(int status_code, const std::string& error_text) override;
140 response->ReplyWithError(chromeos_error.get()); in MethodReplyCallback()151 response->ReplyWithError(chromeos_error.get()); in TypedMethodReplyCallback()
84 response->ReplyWithError(dbus_error.get()); in OnStartCompleted()