Searched refs:SetHeader (Results 1 - 10 of 10) sorted by relevance

/system/update_engine/common/
H A Dmulti_range_http_fetcher.h83 void SetHeader(const std::string& header_name,
85 base_fetcher_->SetHeader(header_name, header_value);
H A Dfile_fetcher.h59 void SetHeader(const std::string& header_name,
H A Dmock_http_fetcher.h91 void SetHeader(const std::string& header_name,
H A Dhttp_fetcher.h100 virtual void SetHeader(const std::string& header_name,
H A Dmock_http_fetcher.cc121 void MockHttpFetcher::SetHeader(const std::string& header_name, function in class:chromeos_update_engine::MockHttpFetcher
H A Dhttp_fetcher_unittest.cc528 fetcher->SetHeader("User-Agent", "MyTest");
529 fetcher->SetHeader("user-agent", "Override that header");
530 fetcher->SetHeader("Authorization", "Basic user:passwd");
533 fetcher->SetHeader("X-Foo", "Invalid\nHeader\nIgnored");
534 fetcher->SetHeader("X-Bar: ", "I do not know how to parse");
537 fetcher->SetHeader("Accept", "");
/system/update_engine/
H A Dlibcurl_http_fetcher.h61 void SetHeader(const std::string& header_name,
H A Dupdate_attempter_android.cc215 fetcher->SetHeader("Authorization", headers[kPayloadPropertyAuthorization]);
217 fetcher->SetHeader("User-Agent", headers[kPayloadPropertyUserAgent]);
H A Domaha_request_action.cc714 http_fetcher_->SetHeader(kXGoogleUpdateInteractivity,
716 http_fetcher_->SetHeader(kXGoogleUpdateAppId, params_->GetAppId());
717 http_fetcher_->SetHeader(
H A Dlibcurl_http_fetcher.cc387 void LibcurlHttpFetcher::SetHeader(const string& header_name, function in class:chromeos_update_engine::LibcurlHttpFetcher

Completed in 81 milliseconds