HomeSort by relevance Sort by last modified time
    Searched defs:current_channel (Results 1 - 5 of 5) sorted by null

  /system/update_engine/
image_properties.h 44 std::string current_channel; member in struct:chromeos_update_engine::ImageProperties
image_properties_android.cc 78 std::string current_channel; local
80 !system_state->prefs()->GetString(current_channel_key, &current_channel))
81 current_channel = "stable-channel";
82 result.current_channel = current_channel;
weave_service.cc 87 string current_channel; local
93 &current_channel,
102 state.SetString("_updater.currentChannel", current_channel);
update_engine_client.cc 393 string current_channel; local
396 if (!client_->GetChannel(&current_channel)) {
406 LOG(INFO) << "Current Channel: " << current_channel;
omaha_request_params.h 93 image_props_.current_channel = in_target_channel;
119 inline std::string current_channel() const { function in class:chromeos_update_engine::OmahaRequestParams
120 return image_props_.current_channel;
181 // i.e. index(target_channel) > index(current_channel).
231 image_props_.current_channel = channel;
281 // stored in |image_props_.current_channel|.
285 // normally the same as the current_channel, except when the user changes

Completed in 2984 milliseconds