Home
last modified time | relevance | path

Searched refs:current_channel (Results 1 – 10 of 10) sorted by relevance

/system/update_engine/cros/
Domaha_request_params.cc72 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()
Dimage_properties_chromeos_unittest.cc67 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()
Domaha_request_params_unittest.cc226 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()
Dimage_properties.h53 std::string current_channel; member
Domaha_request_params.h113 inline std::string current_channel() const { in current_channel() function
114 return image_props_.current_channel; in current_channel()
278 image_props_.current_channel = channel; in set_current_channel()
Dupdate_engine_client.cc434 string current_channel; in ProcessFlags() local
437 if (!client_->GetChannel(&current_channel)) { in ProcessFlags()
447 LOG(INFO) << "Current Channel: " << current_channel; in ProcessFlags()
Dimage_properties_chromeos.cc94 result.current_channel = GetStringWithDefault( in LoadImageProperties()
Domaha_request_builder_xml.cc287 if (params->current_channel() != download_channel) { in GetApp()
289 XmlEncodeWithDefault(params->current_channel()) + "\" "; in GetApp()
Dcommon_service.cc215 (in_get_current_channel ? rp->current_channel() : rp->target_channel()); in GetChannel()
/system/update_engine/update_manager/
Dreal_updater_provider.cc263 string channel = request_params->current_channel(); in GetValue()