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

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

Completed in 104 milliseconds