Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_params.h96 inline std::string system_app_id() const { return image_props_.system_id; } in system_app_id() function
97 inline void set_system_app_id(const std::string& system_app_id) { in set_system_app_id() argument
98 image_props_.system_id = system_app_id; in set_system_app_id()
Domaha_request_builder_xml.cc413 if (!params_->system_app_id().empty()) { in GetApps()
415 .id = params_->system_app_id(), in GetApps()
Domaha_request_action.cc863 } else if (!params_->system_app_id().empty() && in ParseParams()
864 app.id == params_->system_app_id()) { in ParseParams()