Searched refs:mutable_image_props_ (Results 1 – 2 of 2) sorted by relevance
68 mutable_image_props_ = LoadMutableImageProperties(system_state_); in Init()73 if (!IsValidChannel(mutable_image_props_.target_channel)) in Init()74 mutable_image_props_.target_channel = image_props_.current_channel; in Init()92 if (image_props_.current_channel == mutable_image_props_.target_channel) { in Init()101 << mutable_image_props_.target_channel in Init()103 << utils::ToString(mutable_image_props_.is_powerwash_allowed); in Init()148 << mutable_image_props_.target_channel in SetTargetChannel()172 mutable_image_props_ = new_props; in SetTargetChannel()177 if (download_channel_ != mutable_image_props_.target_channel) { in UpdateDownloadChannel()178 download_channel_ = mutable_image_props_.target_channel; in UpdateDownloadChannel()
94 mutable_image_props_.target_channel = in_target_channel; in OmahaRequestParams()95 mutable_image_props_.is_powerwash_allowed = false; in OmahaRequestParams()123 return mutable_image_props_.target_channel; in target_channel()221 return mutable_image_props_.is_powerwash_allowed; in is_powerwash_allowed()234 mutable_image_props_.target_channel = channel; in set_target_channel()271 MutableImageProperties mutable_image_props_; variable