Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_action_unittest.cc181 const string& http_response,
303 const string& http_response, in TestUpdateCheck() argument
314 MockHttpFetcher* fetcher = new MockHttpFetcher(http_response.data(), in TestUpdateCheck()
315 http_response.size(), in TestUpdateCheck()
372 const string& http_response, in TestEvent() argument
376 MockHttpFetcher* fetcher = new MockHttpFetcher(http_response.data(), in TestEvent()
377 http_response.size(), in TestEvent()
466 const string http_response = "<?xml invalid response"; in TEST_F() local
473 new MockHttpFetcher(http_response.data(), http_response.size(), nullptr); in TEST_F()
917 const string http_response(fake_update_response_.GetNoUpdateResponse()); in TEST_F() local
[all …]