Searched refs:system_app_id (Results 1 – 2 of 2) sorted by relevance
75 inline std::string system_app_id() const { return image_props_.system_id; } in system_app_id() function76 inline void set_system_app_id(const std::string& system_app_id) { in set_system_app_id() argument77 image_props_.system_id = system_app_id; in set_system_app_id()
431 if (!params->system_app_id().empty()) { in GetRequestXml()432 OmahaAppData system_app = {.id = params->system_app_id(), in GetRequestXml()1152 } else if (!params_->system_app_id().empty() && in ParseParams()1153 app.id == params_->system_app_id()) { in ParseParams()