Home
last modified time | relevance | path

Searched refs:download_channel (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/cros/
Domaha_request_builder_xml.cc284 string download_channel = params->download_channel(); in GetApp() local
286 "track=\"" + XmlEncodeWithDefault(download_channel) + "\" "; in GetApp()
287 if (params->current_channel() != download_channel) { in GetApp()
Domaha_request_params_unittest.cc201 EXPECT_EQ("stable-channel", params_.download_channel()); in TEST_F()
205 EXPECT_EQ("beta-channel", params_.download_channel()); in TEST_F()
Domaha_response_handler_action.cc149 params->download_channel()); in PerformAction()
Domaha_request_params.h119 inline std::string download_channel() const { return download_channel_; } in download_channel() function
Dupdate_attempter.cc1511 if (params->download_channel() != params->target_channel()) { in ShouldCancel()
1515 << params->download_channel(); in ShouldCancel()