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

  /system/update_engine/
image_properties.h 48 std::string current_channel; member in struct:chromeos_update_engine::ImageProperties
weave_service.cc 87 string current_channel; local
93 &current_channel,
102 state.SetString("_updater.currentChannel", current_channel);
image_properties_android.cc 93 std::string current_channel; local
95 !system_state->prefs()->GetString(current_channel_key, &current_channel))
96 current_channel = "stable-channel";
97 result.current_channel = current_channel;
update_engine_client.cc 427 string current_channel; local
430 if (!client_->GetChannel(&current_channel)) {
440 LOG(INFO) << "Current Channel: " << current_channel;
omaha_request_params.h 93 image_props_.current_channel = in_target_channel;
126 inline std::string current_channel() const { function in class:chromeos_update_engine::OmahaRequestParams
127 return image_props_.current_channel;
188 // i.e. index(target_channel) > index(current_channel).
238 image_props_.current_channel = channel;
287 // stored in |image_props_.current_channel|.
291 // normally the same as the current_channel, except when the user changes
  /external/syslinux/gpxe/src/include/gpxe/
ieee80211.h 615 u8 current_channel; /**< Current channel number, 1-14 */ member in struct:ieee80211_ie_ds_param
    [all...]

Completed in 663 milliseconds