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

  /system/update_engine/
image_properties.h 74 std::string target_channel; member in struct:chromeos_update_engine::MutableImageProperties
77 // target_channel.
update_engine_client.cc 443 string target_channel; local
450 if (!client_->GetTargetChannel(&target_channel)) {
457 if (!target_channel.empty())
458 LOG(INFO) << "Target Channel (pending update): " << target_channel;
omaha_request_params.h 94 mutable_image_props_.target_channel = in_target_channel;
143 inline std::string target_channel() const { function in class:chromeos_update_engine::OmahaRequestParams
144 return mutable_image_props_.target_channel;
250 mutable_image_props_.target_channel = channel;
275 // i.e. index(target_channel) > index(current_channel).
312 // stored in |mutable_image_props_.target_channel|. This channel is
  /system/update_engine/update_manager/
policy.h 51 std::string target_channel; member in struct:chromeos_update_manager::UpdateCheckParams
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 1163 int target_channel; member in struct:channel_info
    [all...]

Completed in 245 milliseconds