Home
last modified time | relevance | path

Searched refs:ParseJsonResponse (Results 1 – 5 of 5) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_utils_test.cc202 auto json = ParseJsonResponse(response.get(), nullptr, nullptr); in TEST()
396 auto resp_json = http::ParseJsonResponse(response.get(), nullptr, nullptr); in TEST()
405 resp_json = http::ParseJsonResponse(response.get(), nullptr, nullptr); in TEST()
413 TEST(HttpUtils, ParseJsonResponse) { in TEST() argument
431 auto json = http::ParseJsonResponse(response.get(), &code, nullptr); in TEST()
444 auto json = http::ParseJsonResponse(response.get(), &code, nullptr); in TEST()
Dhttp_utils.h307 BRILLO_EXPORT std::unique_ptr<base::DictionaryValue> ParseJsonResponse(
Dhttp_utils.cc375 std::unique_ptr<base::DictionaryValue> ParseJsonResponse( in ParseJsonResponse() function
/external/protobuf/conformance/
Dbinary_json_conformance_suite.h72 bool ParseJsonResponse(
Dbinary_json_conformance_suite.cc195 bool BinaryAndJsonConformanceSuite::ParseJsonResponse( in ParseJsonResponse() function in google::protobuf::BinaryAndJsonConformanceSuite
254 if (!ParseJsonResponse(response, test_message)) { in ParseResponse()