Searched refs:http_fetcher (Results 1 – 9 of 9) 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 | 106 std::unique_ptr<HttpFetcher> http_fetcher,
|
D | omaha_request_action.cc | 277 std::unique_ptr<HttpFetcher> http_fetcher, in OmahaRequestAction() argument 283 http_fetcher_(std::move(http_fetcher)), in OmahaRequestAction()
|
D | BUILD.gn | 139 "common/http_fetcher.cc",
|
D | Android.bp | 156 "common/http_fetcher.cc",
|
D | update_attempter_unittest.cc | 501 EXPECT_TRUE(da->http_fetcher()->GetHeader(kXGoogleUpdateSessionId, in SessionIdTestInDownloadAction()
|
/system/update_engine/common/ |
D | http_fetcher_unittest.cc | 473 void StartTransfer(HttpFetcher* http_fetcher, const string& url) { in StartTransfer() argument 474 http_fetcher->BeginTransfer(url); in StartTransfer() 1024 HttpFetcher* http_fetcher) { in RedirectTest() argument 1026 unique_ptr<HttpFetcher> fetcher(http_fetcher); in RedirectTest()
|