Home
last modified time | relevance | path

Searched refs:mime_type (Results 1 – 7 of 7) sorted by relevance

/system/webservd/libwebserv/
Dresponse.cc54 const std::string& mime_type) { in Reply() argument
58 AddHeader(brillo::http::response_header::kContentType, mime_type); in Reply()
64 const std::string& mime_type) { in ReplyWithText() argument
66 mime_type); in ReplyWithText()
73 std::string mime_type = brillo::mime::AppendParameter( in ReplyWithJson() local
77 ReplyWithText(status_code, text, mime_type); in ReplyWithJson()
Dmock_response.h49 const std::string &mime_type) override { in Reply() argument
50 return MockReply(status_code, data_stream.get(), mime_type); in Reply()
Dresponse.h53 const std::string& mime_type) = 0;
58 const std::string& mime_type) = 0;
Dresponse_impl.h42 const std::string& mime_type) override;
45 const std::string& mime_type) override;
/system/weaved/buffet/
Dwebserv_client.cc71 const std::string& mime_type) override { in SendReply() argument
72 response_->ReplyWithText(status_code, data, mime_type); in SendReply()
/system/webservd/webservd/
Drequest.cc168 const std::string& mime_type, in Complete() argument
172 mime_type); in Complete()
Drequest.h92 const std::string& mime_type,