Searched refs:current_channel (Results 1 – 12 of 12) sorted by relevance
/system/update_engine/ |
D | omaha_request_params.cc | 71 if (!IsValidChannel(image_props_.current_channel)) in Init() 72 image_props_.current_channel = "stable-channel"; in Init() 74 mutable_image_props_.target_channel = image_props_.current_channel; in Init() 77 LOG(INFO) << "Running from channel " << image_props_.current_channel; in Init() 99 if (image_props_.current_channel == mutable_image_props_.target_channel) { in Init() 151 << ". Current channel = " << image_props_.current_channel in SetTargetChannel() 228 int current_channel_index = GetChannelIndex(image_props_.current_channel); in ToMoreStableChannel() 239 return image_props_.current_channel != download_channel_; in ShouldPowerwash()
|
D | image_properties_chromeos_unittest.cc | 68 EXPECT_EQ("dev-channel", props.current_channel); in TEST_F() 108 EXPECT_EQ("dev-channel", props.current_channel); in TEST_F() 130 EXPECT_EQ("dev-channel", props.current_channel); in TEST_F() 145 EXPECT_EQ("stable-channel", props.current_channel); in TEST_F() 157 EXPECT_EQ("canary-channel", props.current_channel); in TEST_F() 168 EXPECT_EQ("stable-channel", props.current_channel); in TEST_F()
|
D | image_properties_android.cc | 208 string current_channel; in LoadImageProperties() local 210 !system_state->prefs()->GetString(current_channel_key, ¤t_channel)) in LoadImageProperties() 211 current_channel = GetTargetChannel(); in LoadImageProperties() 212 result.current_channel = current_channel; in LoadImageProperties()
|
D | image_properties_android_unittest.cc | 73 EXPECT_EQ("stable-channel", props.current_channel); in TEST_F() 102 EXPECT_EQ("unittest-channel", props.current_channel); in TEST_F() 108 EXPECT_EQ("stable-channel", props.current_channel); in TEST_F()
|
D | omaha_request_params_unittest.cc | 230 params_.image_props_.current_channel = "canary-channel"; in TEST_F() 233 params_.image_props_.current_channel = "stable-channel"; in TEST_F() 244 params_.image_props_.current_channel = "foo-channel"; in TEST_F() 248 params_.image_props_.current_channel = "canary-channel"; in TEST_F()
|
D | image_properties.h | 59 std::string current_channel; member
|
D | omaha_request_params.h | 102 inline std::string current_channel() const { in current_channel() function 103 return image_props_.current_channel; in current_channel() 223 image_props_.current_channel = channel; in set_current_channel()
|
D | update_engine_client.cc | 471 string current_channel; in ProcessFlags() local 474 if (!client_->GetChannel(¤t_channel)) { in ProcessFlags() 484 LOG(INFO) << "Current Channel: " << current_channel; in ProcessFlags()
|
D | image_properties_chromeos.cc | 94 result.current_channel = GetStringWithDefault( in LoadImageProperties()
|
D | common_service.cc | 208 (in_get_current_channel ? rp->current_channel() : rp->target_channel()); in GetChannel()
|
D | omaha_request_action.cc | 306 if (params->current_channel() != download_channel) { in GetAppXml() 308 XmlEncodeWithDefault(params->current_channel(), "") + "\" "; in GetAppXml()
|
/system/update_engine/update_manager/ |
D | real_updater_provider.cc | 269 string channel = request_params->current_channel(); in GetValue()
|