/aosp12/system/update_engine/ |
H A D | libcurl_http_fetcher_unittest.cc | 54 libcurl_fetcher_.SetHeader(kHeaderName, header_value); in TEST_F() 62 libcurl_fetcher_.SetHeader(kHeaderName, header_value); in TEST_F() 79 libcurl_fetcher_.SetHeader(kHeaderName, header_value); in TEST_F()
|
H A D | libcurl_http_fetcher.h | 104 void SetHeader(const std::string& header_name,
|
H A D | libcurl_http_fetcher.cc | 381 void LibcurlHttpFetcher::SetHeader(const string& header_name, in SetHeader() function in chromeos_update_engine::LibcurlHttpFetcher
|
/aosp12/system/update_engine/common/ |
H A D | multi_range_http_fetcher.h | 81 void SetHeader(const std::string& header_name, in SetHeader() function 83 base_fetcher_->SetHeader(header_name, header_value); in SetHeader()
|
H A D | file_fetcher.h | 59 void SetHeader(const std::string& header_name, in SetHeader() function
|
H A D | mock_http_fetcher.h | 89 void SetHeader(const std::string& header_name,
|
H A D | http_fetcher_unittest.cc | 563 fetcher->SetHeader("User-Agent", "MyTest"); in TYPED_TEST() 564 fetcher->SetHeader("user-agent", "Override that header"); in TYPED_TEST() 565 fetcher->SetHeader("Authorization", "Basic user:passwd"); in TYPED_TEST() 568 fetcher->SetHeader("X-Foo", "Invalid\nHeader\nIgnored"); in TYPED_TEST() 569 fetcher->SetHeader("X-Bar: ", "I do not know how to parse"); in TYPED_TEST() 572 fetcher->SetHeader("Accept", ""); in TYPED_TEST()
|
H A D | mock_http_fetcher.cc | 108 void MockHttpFetcher::SetHeader(const std::string& header_name, in SetHeader() function in chromeos_update_engine::MockHttpFetcher
|
H A D | http_fetcher.h | 106 virtual void SetHeader(const std::string& header_name,
|
/aosp12/art/dexlayout/ |
H A D | dexlayout.h | 121 void SetHeader(dex_ir::Header* header) { header_ = header; } in SetHeader() function
|
H A D | dexlayout.cc | 1896 SetHeader(header.get()); in ProcessDexFile()
|
/aosp12/system/update_engine/cros/ |
H A D | omaha_request_action.cc | 528 http_fetcher_->SetHeader(kXGoogleUpdateInteractivity, in PerformAction() 530 http_fetcher_->SetHeader(kXGoogleUpdateAppId, params->GetAppId()); in PerformAction() 531 http_fetcher_->SetHeader( in PerformAction()
|
H A D | update_attempter.cc | 768 download_fetcher->SetHeader(kXGoogleUpdateSessionId, session_id_); in BuildUpdateActions()
|
/aosp12/system/update_engine/aosp/ |
H A D | update_attempter_android.cc | 301 fetcher->SetHeader("Authorization", headers[kPayloadPropertyAuthorization]); in ApplyPayload() 303 fetcher->SetHeader("User-Agent", headers[kPayloadPropertyUserAgent]); in ApplyPayload()
|
/aosp12/art/compiler/optimizing/ |
H A D | nodes.h | 918 void SetHeader(HBasicBlock* block) { in SetHeader() function
|