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

/external/libbrillo/brillo/http/
H A Dhttp_transport_fake.cc256 void ServerResponse::ReplyJson(int status_code, const base::Value* json) { function in class:brillo::ServerResponse
267 void ServerResponse::ReplyJson(int status_code, function in class:brillo::ServerResponse
273 ReplyJson(status_code, &json);
H A Dhttp_transport_fake.h210 void ReplyJson(int status_code, const base::Value* json);
213 void ReplyJson(int status_code, const FormFieldList& fields);
H A Dhttp_utils_unittest.cc190 response->ReplyJson(status_code::Ok, &json);
377 response->ReplyJson(
415 response->ReplyJson(status_code, {{"data", request.GetFormField("value")}});

Completed in 91 milliseconds