Searched refs:download_channel_ (Results 1 – 3 of 3) sorted by relevance
173 << ", 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()
227 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()
119 inline std::string download_channel() const { return download_channel_; } in download_channel()355 std::string download_channel_; variable