Lines Matching refs:XmlEncodeWithDefault
81 string XmlEncodeWithDefault(const string& input, const string& default_value) { in XmlEncodeWithDefault() function
151 XmlEncodeWithDefault(params_->target_version_prefix()).c_str()); in GetAppBody()
181 XmlEncodeWithDefault(prev_version, kNoVersion).c_str()); in GetAppBody()
259 XmlEncodeWithDefault(app_data.version, kNoVersion) + "\" "; in GetApp()
262 XmlEncodeWithDefault(app_data.version, kNoVersion) + "\" "; in GetApp()
267 "track=\"" + XmlEncodeWithDefault(download_channel) + "\" "; in GetApp()
270 XmlEncodeWithDefault(params_->current_channel()) + "\" "; in GetApp()
297 XmlEncodeWithDefault(params_->os_build_fingerprint()) + in GetApp()
304 XmlEncodeWithDefault(params_->os_build_type()) + "\" "; in GetApp()
325 XmlEncodeWithDefault(version).c_str()); in GetApp()
336 XmlEncodeWithDefault(params_->device_requisition()) + in GetApp()
342 "appid=\"" + XmlEncodeWithDefault(app_data.id) + "\" " + in GetApp()
349 "board=\"" + XmlEncodeWithDefault(params_->os_board()) + "\" " + in GetApp()
350 "hardware_class=\"" + XmlEncodeWithDefault(params_->hwid()) + "\" " + in GetApp()
356 "lang=\"" + XmlEncodeWithDefault(params_->app_lang(), "en-US") + "\" " + in GetApp()
357 "fw_version=\"" + XmlEncodeWithDefault(params_->fw_version()) + "\" " + in GetApp()
358 "ec_version=\"" + XmlEncodeWithDefault(params_->ec_version()) + "\" " + in GetApp()
372 XmlEncodeWithDefault(params_->os_version()) + "\" " + "platform=\"" + in GetOs()
373 XmlEncodeWithDefault(params_->os_platform()) + "\" " + "sp=\"" + in GetOs()
374 XmlEncodeWithDefault(params_->os_sp()) + in GetOs()