Lines Matching refs:image_props_
89 image_props_.board = in_os_board; in OmahaRequestParams()
90 image_props_.product_id = in_app_id; in OmahaRequestParams()
91 image_props_.canary_product_id = in_app_id; in OmahaRequestParams()
92 image_props_.version = in_app_version; in OmahaRequestParams()
93 image_props_.current_channel = in_target_channel; in OmahaRequestParams()
104 inline std::string os_board() const { return image_props_.board; } in os_board()
106 return image_props_.build_fingerprint; in os_build_fingerprint()
108 inline std::string os_build_type() const { return image_props_.build_type; } in os_build_type()
109 inline std::string board_app_id() const { return image_props_.product_id; } in board_app_id()
111 return image_props_.canary_product_id; in canary_app_id()
113 inline std::string system_app_id() const { return image_props_.system_id; } in system_app_id()
115 image_props_.product_id = app_id; in set_app_id()
116 image_props_.canary_product_id = app_id; in set_app_id()
124 image_props_.version = version; in set_app_version()
126 inline std::string app_version() const { return image_props_.version; } in app_version()
128 return image_props_.system_version; in system_version()
132 return image_props_.current_channel; in current_channel()
243 image_props_.current_channel = channel; in set_current_channel()
281 ImageProperties image_props_; variable