Searched refs:ReplyWithText (Results 1 – 6 of 6) sorted by relevance
/system/webservd/libwebserv/ |
D | response.cc | 62 void ResponseImpl::ReplyWithText(int status_code, in ReplyWithText() function in libwebserv::ResponseImpl 77 ReplyWithText(status_code, text, mime_type); in ReplyWithJson()
|
D | mock_response.h | 37 MOCK_METHOD3(ReplyWithText,
|
D | response.h | 56 virtual void ReplyWithText(int status_code,
|
D | response_impl.h | 43 void ReplyWithText(int status_code,
|
/system/webservd/test-client/ |
D | main.cc | 64 response->ReplyWithText(200, kResponse, brillo::mime::text::kPlain); in HandleRequest()
|
/system/weaved/buffet/ |
D | webserv_client.cc | 72 response_->ReplyWithText(status_code, data, mime_type); in SendReply()
|