Home
last modified time | relevance | path

Searched refs:ReplyJson (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_transport_fake.cc254 void ServerResponse::ReplyJson(int status_code, const base::Value* json) { in ReplyJson() function in brillo::ServerResponse
265 void ServerResponse::ReplyJson(int status_code, in ReplyJson() function in brillo::ServerResponse
271 ReplyJson(status_code, &json); in ReplyJson()
Dhttp_transport_fake.h210 void ReplyJson(int status_code, const base::Value* json);
213 void ReplyJson(int status_code, const FormFieldList& fields);
Dhttp_utils_unittest.cc190 response->ReplyJson(status_code::Ok, &json); in TEST()
379 response->ReplyJson( in TEST()
417 response->ReplyJson(status_code, {{"data", request.GetFormField("value")}}); in TEST()