Searched refs:current_channel (Results 1 – 10 of 10) sorted by relevance
72 if (!IsValidChannel(image_props_.current_channel)) in Init()73 image_props_.current_channel = "stable-channel"; in Init()75 mutable_image_props_.target_channel = image_props_.current_channel; in Init()78 LOG(INFO) << "Running from channel " << image_props_.current_channel; in Init()90 if (image_props_.current_channel == mutable_image_props_.target_channel) { in Init()170 << ". Current channel = " << image_props_.current_channel in SetTargetChannel()247 int current_channel_index = GetChannelIndex(image_props_.current_channel); in ToMoreStableChannel()258 return image_props_.current_channel != download_channel_; in ShouldPowerwash()
67 EXPECT_EQ("dev-channel", props.current_channel); in TEST_F()107 EXPECT_EQ("dev-channel", props.current_channel); in TEST_F()128 EXPECT_EQ("dev-channel", props.current_channel); in TEST_F()142 EXPECT_EQ("stable-channel", props.current_channel); in TEST_F()154 EXPECT_EQ("canary-channel", props.current_channel); in TEST_F()165 EXPECT_EQ("stable-channel", props.current_channel); in TEST_F()
226 params_.image_props_.current_channel = "canary-channel"; in TEST_F()229 params_.image_props_.current_channel = "stable-channel"; in TEST_F()247 params_.image_props_.current_channel = "foo-channel"; in TEST_F()251 params_.image_props_.current_channel = "canary-channel"; in TEST_F()
53 std::string current_channel; member
113 inline std::string current_channel() const { in current_channel() function114 return image_props_.current_channel; in current_channel()278 image_props_.current_channel = channel; in set_current_channel()
434 string current_channel; in ProcessFlags() local437 if (!client_->GetChannel(¤t_channel)) { in ProcessFlags()447 LOG(INFO) << "Current Channel: " << current_channel; in ProcessFlags()
94 result.current_channel = GetStringWithDefault( in LoadImageProperties()
287 if (params->current_channel() != download_channel) { in GetApp()289 XmlEncodeWithDefault(params->current_channel()) + "\" "; in GetApp()
215 (in_get_current_channel ? rp->current_channel() : rp->target_channel()); in GetChannel()
263 string channel = request_params->current_channel(); in GetValue()