Searched refs:SetHeader (Results 1 - 10 of 10) sorted by relevance
/system/update_engine/common/ |
H A D | multi_range_http_fetcher.h | 83 void SetHeader(const std::string& header_name, 85 base_fetcher_->SetHeader(header_name, header_value);
|
H A D | file_fetcher.h | 59 void SetHeader(const std::string& header_name,
|
H A D | mock_http_fetcher.h | 91 void SetHeader(const std::string& header_name,
|
H A D | http_fetcher.h | 100 virtual void SetHeader(const std::string& header_name,
|
H A D | mock_http_fetcher.cc | 121 void MockHttpFetcher::SetHeader(const std::string& header_name, function in class:chromeos_update_engine::MockHttpFetcher
|
H A D | http_fetcher_unittest.cc | 528 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 D | libcurl_http_fetcher.h | 61 void SetHeader(const std::string& header_name,
|
H A D | update_attempter_android.cc | 215 fetcher->SetHeader("Authorization", headers[kPayloadPropertyAuthorization]); 217 fetcher->SetHeader("User-Agent", headers[kPayloadPropertyUserAgent]);
|
H A D | omaha_request_action.cc | 714 http_fetcher_->SetHeader(kXGoogleUpdateInteractivity, 716 http_fetcher_->SetHeader(kXGoogleUpdateAppId, params_->GetAppId()); 717 http_fetcher_->SetHeader(
|
H A D | libcurl_http_fetcher.cc | 387 void LibcurlHttpFetcher::SetHeader(const string& header_name, function in class:chromeos_update_engine::LibcurlHttpFetcher
|
Completed in 81 milliseconds