Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_builder_xml.cc265 string download_channel = params_->download_channel(); in GetApp() local
267 "track=\"" + XmlEncodeWithDefault(download_channel) + "\" "; in GetApp()
268 if (params_->current_channel() != download_channel) { in GetApp()
Domaha_request_params_unittest.cc205 EXPECT_EQ("stable-channel", params_.download_channel()); in TEST_F()
209 EXPECT_EQ("beta-channel", params_.download_channel()); in TEST_F()
Domaha_response_handler_action.cc145 params->download_channel()); in PerformAction()
Domaha_request_params.h130 inline std::string download_channel() const { return download_channel_; } in download_channel() function
Dupdate_attempter.cc1556 if (params->download_channel() != params->target_channel()) { in ShouldCancel()
1560 << params->download_channel(); in ShouldCancel()