Home
last modified time | relevance | path

Searched refs:ReplyWithJson (Results 1 – 4 of 4) sorted by relevance

/system/webservd/libwebserv/
Dresponse.cc69 void ResponseImpl::ReplyWithJson(int status_code, const base::Value* json) { in ReplyWithJson() function in libwebserv::ResponseImpl
80 void ResponseImpl::ReplyWithJson( in ReplyWithJson() function in libwebserv::ResponseImpl
86 ReplyWithJson(status_code, &json_value); in ReplyWithJson()
Dmock_response.h39 MOCK_METHOD2(ReplyWithJson, void(int, const base::Value*));
40 MOCK_METHOD2(ReplyWithJson,
Dresponse.h61 virtual void ReplyWithJson(int status_code, const base::Value* json) = 0;
65 virtual void ReplyWithJson(
Dresponse_impl.h46 void ReplyWithJson(int status_code, const base::Value* json) override;
47 void ReplyWithJson(int status_code,