Home
last modified time | relevance | path

Searched refs:system_app_id (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/
Domaha_request_params.h75 inline std::string system_app_id() const { return image_props_.system_id; } in system_app_id() function
76 inline void set_system_app_id(const std::string& system_app_id) { in set_system_app_id() argument
77 image_props_.system_id = system_app_id; in set_system_app_id()
Domaha_request_action.cc431 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()