Searched defs:http_response (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/
H A Domaha_request_action_unittest.cc183 const string& http_response,
305 const string& http_response,
316 MockHttpFetcher* fetcher = new MockHttpFetcher(http_response.data(),
317 http_response.size(),
374 const string& http_response,
378 MockHttpFetcher* fetcher = new MockHttpFetcher(http_response.data(),
379 http_response.size(),
843 const string http_response(fake_update_response_.GetNoUpdateResponse());
852 new MockHttpFetcher(http_response.data(),
853 http_response
303 TestUpdateCheck( OmahaRequestParams* request_params, const string& http_response, int fail_http_response_code, bool ping_only, ErrorCode expected_code, metrics::CheckResult expected_check_result, metrics::CheckReaction expected_check_reaction, metrics::DownloadErrorCode expected_download_error_code, OmahaResponse* out_response, brillo::Blob* out_post_data) argument
372 TestEvent(OmahaRequestParams params, OmahaEvent* event, const string& http_response, brillo::Blob* out_post_data) argument
[all...]

Completed in 38 milliseconds