Home
last modified time | relevance | path

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

/system/webservd/libwebserv/
Dresponse.cc62 void ResponseImpl::ReplyWithText(int status_code, in ReplyWithText() function in libwebserv::ResponseImpl
77 ReplyWithText(status_code, text, mime_type); in ReplyWithJson()
Dmock_response.h37 MOCK_METHOD3(ReplyWithText,
Dresponse.h56 virtual void ReplyWithText(int status_code,
Dresponse_impl.h43 void ReplyWithText(int status_code,
/system/webservd/test-client/
Dmain.cc64 response->ReplyWithText(200, kResponse, brillo::mime::text::kPlain); in HandleRequest()
/system/weaved/buffet/
Dwebserv_client.cc72 response_->ReplyWithText(status_code, data, mime_type); in SendReply()