Lines Matching refs:XmlEncodeWithDefault
81 string XmlEncodeWithDefault(const string& input, const string& default_value) { in XmlEncodeWithDefault() function
152 XmlEncodeWithDefault(params->target_version_prefix()).c_str()); in GetAppBody()
161 XmlEncodeWithDefault(params->lts_tag()).c_str()); in GetAppBody()
188 XmlEncodeWithDefault(prev_version, kNoVersion).c_str()); in GetAppBody()
278 XmlEncodeWithDefault(app_data.version, kNoVersion) + "\" "; in GetApp()
281 XmlEncodeWithDefault(app_data.version, kNoVersion) + "\" "; in GetApp()
286 "track=\"" + XmlEncodeWithDefault(download_channel) + "\" "; in GetApp()
289 XmlEncodeWithDefault(params->current_channel()) + "\" "; in GetApp()
333 XmlEncodeWithDefault(params->os_build_fingerprint()) + in GetApp()
340 XmlEncodeWithDefault(params->os_build_type()) + "\" "; in GetApp()
361 XmlEncodeWithDefault(version).c_str()); in GetApp()
372 XmlEncodeWithDefault(params->device_requisition()) + in GetApp()
378 "appid=\"" + XmlEncodeWithDefault(app_data.id) + "\" " + in GetApp()
385 "board=\"" + XmlEncodeWithDefault(params->os_board()) + "\" " + in GetApp()
386 "hardware_class=\"" + XmlEncodeWithDefault(params->hwid()) + "\" " + in GetApp()
392 "lang=\"" + XmlEncodeWithDefault(params->app_lang(), "en-US") + "\" " + in GetApp()
407 XmlEncodeWithDefault(params->os_version()) + "\" " + "platform=\"" + in GetOs()
408 XmlEncodeWithDefault(params->os_platform()) + "\" " + "sp=\"" + in GetOs()
409 XmlEncodeWithDefault(params->os_sp()) + in GetOs()