HomeSort by relevance Sort by last modified time
    Searched refs:image_props_ (Results 1 - 2 of 2) sorted by null

  /system/update_engine/
omaha_request_params.cc 67 image_props_ = LoadImageProperties(system_state_);
71 if (!IsValidChannel(image_props_.current_channel))
72 image_props_.current_channel = "stable-channel";
74 mutable_image_props_.target_channel = image_props_.current_channel;
77 LOG(INFO) << "Running from channel " << image_props_.current_channel;
82 image_props_.version = in_app_version;
84 os_sp_ = image_props_.version + "_" + GetMachineType();
92 if (image_props_.current_channel == mutable_image_props_.target_channel) {
112 update_url_ = image_props_.omaha_url;
123 update_url_ == image_props_.omaha_url)
    [all...]
omaha_request_params.h 89 image_props_.board = in_os_board;
90 image_props_.product_id = in_app_id;
91 image_props_.canary_product_id = in_app_id;
92 image_props_.version = in_app_version;
93 image_props_.current_channel = in_target_channel;
104 inline std::string os_board() const { return image_props_.board; }
105 inline std::string board_app_id() const { return image_props_.product_id; }
107 return image_props_.canary_product_id;
115 image_props_.version = version;
117 inline std::string app_version() const { return image_props_.version;
270 ImageProperties image_props_; member in class:chromeos_update_engine::OmahaRequestParams
    [all...]

Completed in 2789 milliseconds