Lines Matching refs:target_channel
74 if (!IsValidChannel(mutable_image_props_.target_channel)) in Init()
75 mutable_image_props_.target_channel = image_props_.current_channel; in Init()
90 if (image_props_.current_channel == mutable_image_props_.target_channel) { in Init()
99 << mutable_image_props_.target_channel in Init()
136 if (params.target_channel.empty()) { in Init()
140 << params.target_channel; in Init()
142 if (!SetTargetChannel(params.target_channel, in Init()
172 << mutable_image_props_.target_channel in SetTargetChannel()
179 new_props.target_channel = new_target_channel; in SetTargetChannel()
192 if (download_channel_ != mutable_image_props_.target_channel) { in UpdateDownloadChannel()
193 download_channel_ = mutable_image_props_.target_channel; in UpdateDownloadChannel()