Searched refs:http_fetcher (Results 1 – 8 of 8) sorted by relevance
/system/update_engine/payload_consumer/ |
D | download_action_unittest.cc | 124 MockHttpFetcher* http_fetcher) { in StartProcessorInRunLoop() argument 126 http_fetcher->SetOffset(1); in StartProcessorInRunLoop() 161 MockHttpFetcher* http_fetcher = in TestWithData() local 169 http_fetcher, in TestWithData() 195 base::Bind(&StartProcessorInRunLoop, &processor, http_fetcher)); in TestWithData() 277 MockHttpFetcher* http_fetcher = new MockHttpFetcher( in TEST() local 285 http_fetcher, in TEST() 574 auto http_fetcher = download_action->http_fetcher(); in StartDownload() local 587 [](P2PDownloadActionTest* action_test, HttpFetcher* http_fetcher) { in StartDownload() argument 589 http_fetcher->SetOffset(action_test->start_at_offset_); in StartDownload() [all …]
|
D | download_action.h | 80 HttpFetcher* http_fetcher, 109 HttpFetcher* http_fetcher() { return http_fetcher_.get(); } in http_fetcher() function
|
D | download_action.cc | 46 HttpFetcher* http_fetcher, in DownloadAction() argument 52 http_fetcher_(new MultiRangeHttpFetcher(http_fetcher)), in DownloadAction()
|
/system/update_engine/ |
D | omaha_request_action.h | 156 std::unique_ptr<HttpFetcher> http_fetcher,
|
D | update_engine.gyp | 163 'common/http_fetcher.cc',
|
D | omaha_request_action.cc | 694 std::unique_ptr<HttpFetcher> http_fetcher, in OmahaRequestAction() argument 699 http_fetcher_(std::move(http_fetcher)), in OmahaRequestAction()
|
D | Android.bp | 156 "common/http_fetcher.cc",
|
/system/update_engine/common/ |
D | http_fetcher_unittest.cc | 472 void StartTransfer(HttpFetcher* http_fetcher, const string& url) { in StartTransfer() argument 473 http_fetcher->BeginTransfer(url); in StartTransfer() 1023 HttpFetcher* http_fetcher) { in RedirectTest() argument 1025 unique_ptr<HttpFetcher> fetcher(http_fetcher); in RedirectTest()
|