Searched refs:current_channel (Results 1 – 15 of 15) sorted by relevance
/system/update_engine/ |
D | image_properties_android.cc | 78 std::string current_channel; in LoadImageProperties() local 80 !system_state->prefs()->GetString(current_channel_key, ¤t_channel)) in LoadImageProperties() 81 current_channel = "stable-channel"; in LoadImageProperties() 82 result.current_channel = current_channel; in LoadImageProperties()
|
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() 92 if (image_props_.current_channel == mutable_image_props_.target_channel) { in Init() 146 << ". Current channel = " << image_props_.current_channel in SetTargetChannel() 209 int current_channel_index = GetChannelIndex(image_props_.current_channel); in to_more_stable_channel()
|
D | weave_service.cc | 87 string current_channel; in UpdateWeaveState() local 93 ¤t_channel, in UpdateWeaveState() 102 state.SetString("_updater.currentChannel", current_channel); in UpdateWeaveState()
|
D | omaha_request_params.h | 93 image_props_.current_channel = in_target_channel; in OmahaRequestParams() 119 inline std::string current_channel() const { in current_channel() function 120 return image_props_.current_channel; in current_channel() 231 image_props_.current_channel = channel; in set_current_channel()
|
D | weave_service_interface.h | 50 std::string* current_channel,
|
D | image_properties.h | 44 std::string current_channel; member
|
D | update_engine_client.cc | 393 string current_channel; in ProcessFlags() local 396 if (!client_->GetChannel(¤t_channel)) { in ProcessFlags() 406 LOG(INFO) << "Current Channel: " << current_channel; in ProcessFlags()
|
D | image_properties_chromeos.cc | 93 result.current_channel = GetStringWithDefault( in LoadImageProperties()
|
D | omaha_response_handler_action_unittest.cc | 349 EXPECT_EQ("canary-channel", params.current_channel()); in TEST_F() 390 EXPECT_EQ("stable-channel", params.current_channel()); in TEST_F()
|
D | common_service.cc | 185 (in_get_current_channel ? rp->current_channel() : rp->target_channel()); in GetChannel()
|
D | update_attempter.h | 110 std::string* current_channel,
|
D | update_attempter.cc | 1122 string* current_channel, in GetWeaveState() argument 1128 *current_channel = rp->current_channel(); in GetWeaveState()
|
D | omaha_request_action.cc | 230 if (params->current_channel() != download_channel) { in GetAppXml() 232 params->current_channel(), "") + "\" "; in GetAppXml()
|
D | omaha_request_action_unittest.cc | 1799 EXPECT_EQ("canary-channel", params.current_channel()); in TEST_F() 1846 EXPECT_EQ("stable-channel", params.current_channel()); in TEST_F()
|
/system/update_engine/update_manager/ |
D | real_updater_provider.cc | 267 string channel = request_params->current_channel(); in GetValue()
|