Home
last modified time | relevance | path

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

/system/update_engine/cros/
Domaha_request_params.cc173 << ", download channel = " << download_channel_; in SetTargetChannel()
192 if (download_channel_ != mutable_image_props_.target_channel) { in UpdateDownloadChannel()
193 download_channel_ = mutable_image_props_.target_channel; in UpdateDownloadChannel()
194 LOG(INFO) << "Download channel for this attempt = " << download_channel_; in UpdateDownloadChannel()
248 int download_channel_index = GetChannelIndex(download_channel_); in ToMoreStableChannel()
258 return image_props_.current_channel != download_channel_; in ShouldPowerwash()
265 return download_channel_ == "canary-channel" ? image_props_.canary_product_id in GetAppId()
Domaha_request_params_unittest.cc227 params_.download_channel_ = "stable-channel"; in TEST_F()
231 params_.download_channel_ = "beta-channel"; in TEST_F()
248 params_.download_channel_ = "bar-channel"; in TEST_F()
252 params_.download_channel_ = "stable-channel"; in TEST_F()
Domaha_request_params.h119 inline std::string download_channel() const { return download_channel_; } in download_channel()
355 std::string download_channel_; variable