Searched refs:system_app_id (Results 1 – 3 of 3) sorted by relevance
96 inline std::string system_app_id() const { return image_props_.system_id; } in system_app_id() function97 inline void set_system_app_id(const std::string& system_app_id) { in set_system_app_id() argument98 image_props_.system_id = system_app_id; in set_system_app_id()
413 if (!params_->system_app_id().empty()) { in GetApps()415 .id = params_->system_app_id(), in GetApps()
863 } else if (!params_->system_app_id().empty() && in ParseParams()864 app.id == params_->system_app_id()) { in ParseParams()