Home
last modified time | relevance | path

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

/system/update_engine/
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.cc139 params->download_channel()); in PerformAction()
Domaha_request_params.h108 inline std::string download_channel() const { return download_channel_; } in download_channel() function
Domaha_request_action.cc303 string download_channel = params->download_channel(); in GetAppXml() local
305 "track=\"" + XmlEncodeWithDefault(download_channel, "") + "\" "; in GetAppXml()
306 if (params->current_channel() != download_channel) { in GetAppXml()
Dupdate_attempter.cc1352 if (params->download_channel() != params->target_channel()) { in ShouldCancel()
1356 << params->download_channel(); in ShouldCancel()