Searched refs:ParseJsonResponse (Results 1 – 4 of 4) sorted by relevance
/external/libbrillo/brillo/http/ |
D | http_utils_unittest.cc | 202 auto json = ParseJsonResponse(response.get(), nullptr, nullptr); in TEST() 394 auto resp_json = http::ParseJsonResponse(response.get(), nullptr, nullptr); in TEST() 403 resp_json = http::ParseJsonResponse(response.get(), nullptr, nullptr); in TEST() 411 TEST(HttpUtils, ParseJsonResponse) { in TEST() argument 429 auto json = http::ParseJsonResponse(response.get(), &code, nullptr); in TEST() 442 auto json = http::ParseJsonResponse(response.get(), &code, nullptr); in TEST()
|
D | http_utils.h | 306 BRILLO_EXPORT std::unique_ptr<base::DictionaryValue> ParseJsonResponse(
|
D | http_utils.cc | 375 std::unique_ptr<base::DictionaryValue> ParseJsonResponse( in ParseJsonResponse() function
|
/external/libweave/src/ |
D | device_registration_info.cc | 190 std::unique_ptr<base::DictionaryValue> ParseJsonResponse( in ParseJsonResponse() function 341 auto resp = ParseJsonResponse(response, error); in ParseOAuthResponse() 551 auto json_resp = ParseJsonResponse(*response, &error); in RegisterDeviceOnTicketSent() 574 auto json_resp = ParseJsonResponse(*response, &error); in RegisterDeviceOnTicketFinalized() 723 auto json_resp = ParseJsonResponse(*response, &error); in OnCloudRequestDone()
|