Lines Matching refs:image_props_
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; }
120 return image_props_.current_channel;
231 image_props_.current_channel = channel;
270 ImageProperties image_props_;
281 // stored in |image_props_.current_channel|.