Home
last modified time | relevance | path

Searched refs:GetHeader (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/common/
Dmock_http_fetcher.h94 std::string GetHeader(const std::string& header_name) const;
Dmock_http_fetcher.cc104 std::string MockHttpFetcher::GetHeader(const std::string& header_name) const { in GetHeader() function in chromeos_update_engine::MockHttpFetcher
/system/update_engine/
Domaha_request_action_unittest.cc274 fetcher->GetHeader("X-Goog-Update-Interactivity")); in ActionCompleted()
275 EXPECT_EQ(kTestAppId, fetcher->GetHeader("X-Goog-Update-AppId")); in ActionCompleted()
276 EXPECT_NE("", fetcher->GetHeader("X-Goog-Update-Updater")); in ActionCompleted()