OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReplyWithText
(Results
1 - 6
of
6
) sorted by null
/system/webservd/libwebserv/
mock_response.h
37
MOCK_METHOD3(
ReplyWithText
,
response.h
56
virtual void
ReplyWithText
(int status_code,
response_impl.h
43
void
ReplyWithText
(int status_code,
response.cc
62
void ResponseImpl::
ReplyWithText
(int status_code,
77
ReplyWithText
(status_code, text, mime_type);
/system/webservd/test-client/
main.cc
64
response->
ReplyWithText
(200, kResponse, brillo::mime::text::kPlain);
/system/weaved/buffet/
webserv_client.cc
72
response_->
ReplyWithText
(status_code, data, mime_type);
Completed in 283 milliseconds