HomeSort by relevance Sort by last modified time
    Searched refs:ReplyWithJson (Results 1 - 5 of 5) sorted by null

  /system/webservd/libwebserv/
mock_response.h 39 MOCK_METHOD2(ReplyWithJson, void(int, const base::Value*));
40 MOCK_METHOD2(ReplyWithJson,
response.h 61 virtual void ReplyWithJson(int status_code, const base::Value* json) = 0;
65 virtual void ReplyWithJson(
response_impl.h 46 void ReplyWithJson(int status_code, const base::Value* json) override;
47 void ReplyWithJson(int status_code,
response.cc 69 void ResponseImpl::ReplyWithJson(int status_code, const base::Value* json) {
80 void ResponseImpl::ReplyWithJson(
86 ReplyWithJson(status_code, &json_value);
  /external/libweave/src/
device_registration_info_unittest.cc 90 std::unique_ptr<HttpClient::Response> ReplyWithJson(int status_code,
268 callback.Run(ReplyWithJson(200, json), nullptr);
282 callback.Run(ReplyWithJson(200, json), nullptr);
309 callback.Run(ReplyWithJson(400, json), nullptr);
338 callback.Run(ReplyWithJson(400, json), nullptr);
364 callback.Run(ReplyWithJson(200, json), nullptr);
487 callback.Run(ReplyWithJson(200, json_resp), nullptr);
507 callback.Run(ReplyWithJson(200, json), nullptr);
530 callback.Run(ReplyWithJson(200, json), nullptr);
544 callback.Run(ReplyWithJson(200, json), nullptr)
    [all...]

Completed in 470 milliseconds