Home
last modified time | relevance | path

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

/external/libbrillo/brillo/http/
Dhttp_utils_unittest.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.h306 BRILLO_EXPORT std::unique_ptr<base::DictionaryValue> ParseJsonResponse(
Dhttp_utils.cc375 std::unique_ptr<base::DictionaryValue> ParseJsonResponse( in ParseJsonResponse() function