Searched refs:download_channel_ (Results 1 – 2 of 2) sorted by relevance
149 << ", download channel = " << download_channel_; in SetTargetChannel()177 if (download_channel_ != mutable_image_props_.target_channel) { in UpdateDownloadChannel()178 download_channel_ = mutable_image_props_.target_channel; in UpdateDownloadChannel()179 LOG(INFO) << "Download channel for this attempt = " << download_channel_; in UpdateDownloadChannel()210 int download_channel_index = GetChannelIndex(download_channel_); in to_more_stable_channel()216 return download_channel_ == "canary-channel" ? image_props_.canary_product_id in GetAppId()
125 inline std::string download_channel() const { return download_channel_; } in download_channel()297 std::string download_channel_; variable