Lines Matching refs:image_props_
67 image_props_ = LoadImageProperties(system_state_); in Init()
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()
82 image_props_.version = in_app_version; in Init()
84 os_sp_ = image_props_.version + "_" + GetMachineType(); in Init()
92 if (image_props_.current_channel == mutable_image_props_.target_channel) { in Init()
112 update_url_ = image_props_.omaha_url; in Init()
123 update_url_ == image_props_.omaha_url); in IsUpdateUrlOfficial()
146 << ". Current channel = " << image_props_.current_channel in SetTargetChannel()
209 int current_channel_index = GetChannelIndex(image_props_.current_channel); in to_more_stable_channel()
216 return download_channel_ == "canary-channel" ? image_props_.canary_product_id in GetAppId()
217 : image_props_.product_id; in GetAppId()