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

/system/update_engine/
H A Domaha_request_params_unittest.cc498 EXPECT_EQ("stable-channel", params_.download_channel());
502 EXPECT_EQ("beta-channel", params_.download_channel());
552 EXPECT_EQ("stable-channel", out.download_channel());
565 EXPECT_EQ("canary-channel", out.download_channel());
577 EXPECT_EQ("stable-channel", out.download_channel());
H A Domaha_response_handler_action.cc115 // use the download_channel we used during the request to tag the target slot.
121 params->download_channel());
H A Domaha_request_action.cc227 string download_channel = params->download_channel(); local
229 "track=\"" + XmlEncodeWithDefault(download_channel, "") + "\" ";
230 if (params->current_channel() != download_channel) {
H A Domaha_request_params.h125 inline std::string download_channel() const { return download_channel_; } function in class:chromeos_update_engine::OmahaRequestParams
H A Dupdate_attempter.cc1276 if (params->download_channel() != params->target_channel()) {
1280 << params->download_channel();

Completed in 1225 milliseconds