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

  /system/webservd/libwebserv/
response.cc 30 ResponseImpl::ResponseImpl(DBusProtocolHandler* handler,
35 ResponseImpl::~ResponseImpl() {
42 void ResponseImpl::AddHeader(const std::string& header_name,
47 void ResponseImpl::AddHeaders(
52 void ResponseImpl::Reply(int status_code,
62 void ResponseImpl::ReplyWithText(int status_code,
69 void ResponseImpl::ReplyWithJson(int status_code, const base::Value* json) {
80 void ResponseImpl::ReplyWithJson
    [all...]
  /system/weaved/buffet/
http_transport_client.cc 35 class ResponseImpl : public HttpClient::Response {
37 ~ResponseImpl() override = default;
38 explicit ResponseImpl(std::unique_ptr<brillo::http::Response> response)
54 DISALLOW_COPY_AND_ASSIGN(ResponseImpl);
60 callback.Run(std::unique_ptr<HttpClient::Response>{new ResponseImpl{
  /external/libweave/examples/provider/
curl_http_client.cc 22 struct ResponseImpl : public provider::HttpClient::Response {
95 std::unique_ptr<ResponseImpl> response{new ResponseImpl};
  /external/caliper/lib/
jersey-core-1.11.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar 

Completed in 2310 milliseconds