Searched refs:download_channel_ (Results 1 – 3 of 3) sorted by relevance
154 << ", download channel = " << download_channel_; in SetTargetChannel()173 if (download_channel_ != mutable_image_props_.target_channel) { in UpdateDownloadChannel()174 download_channel_ = mutable_image_props_.target_channel; in UpdateDownloadChannel()175 LOG(INFO) << "Download channel for this attempt = " << download_channel_; in UpdateDownloadChannel()229 int download_channel_index = GetChannelIndex(download_channel_); in ToMoreStableChannel()239 return image_props_.current_channel != download_channel_; in ShouldPowerwash()246 return download_channel_ == "canary-channel" ? image_props_.canary_product_id in GetAppId()
231 params_.download_channel_ = "stable-channel"; in TEST_F()235 params_.download_channel_ = "beta-channel"; in TEST_F()245 params_.download_channel_ = "bar-channel"; in TEST_F()249 params_.download_channel_ = "stable-channel"; in TEST_F()
130 inline std::string download_channel() const { return download_channel_; } in download_channel()368 std::string download_channel_; variable