Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddownload_action_unittest.cc124 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 …]
Ddownload_action.h80 HttpFetcher* http_fetcher,
109 HttpFetcher* http_fetcher() { return http_fetcher_.get(); } in http_fetcher() function
Ddownload_action.cc46 HttpFetcher* http_fetcher, in DownloadAction() argument
52 http_fetcher_(new MultiRangeHttpFetcher(http_fetcher)), in DownloadAction()
/system/update_engine/
Domaha_request_action.h106 std::unique_ptr<HttpFetcher> http_fetcher,
Domaha_request_action.cc277 std::unique_ptr<HttpFetcher> http_fetcher, in OmahaRequestAction() argument
283 http_fetcher_(std::move(http_fetcher)), in OmahaRequestAction()
DBUILD.gn139 "common/http_fetcher.cc",
DAndroid.bp156 "common/http_fetcher.cc",
Dupdate_attempter_unittest.cc501 EXPECT_TRUE(da->http_fetcher()->GetHeader(kXGoogleUpdateSessionId, in SessionIdTestInDownloadAction()
/system/update_engine/common/
Dhttp_fetcher_unittest.cc473 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()