Home | History | Annotate | Download | only in update_engine

Lines Matching refs:XmlEncodeWithDefault

121           XmlEncodeWithDefault(params->target_version_prefix(), "").c_str());
144 XmlEncodeWithDefault(prev_version, "0.0.0.0").c_str());
221 XmlEncodeWithDefault(params->app_version(), "0.0.0.0") + "\" ";
224 XmlEncodeWithDefault(params->app_version(), "0.0.0.0") + "\" ";
229 "track=\"" + XmlEncodeWithDefault(download_channel, "") + "\" ";
231 app_channels += "from_track=\"" + XmlEncodeWithDefault(
254 "appid=\"" + XmlEncodeWithDefault(params->GetAppId(), "") + "\" " +
258 "lang=\"" + XmlEncodeWithDefault(params->app_lang(), "en-US") + "\" " +
259 "board=\"" + XmlEncodeWithDefault(params->os_board(), "") + "\" " +
260 "hardware_class=\"" + XmlEncodeWithDefault(params->hwid(), "") + "\" " +
262 "fw_version=\"" + XmlEncodeWithDefault(params->fw_version(), "") + "\" " +
263 "ec_version=\"" + XmlEncodeWithDefault(params->ec_version(), "") + "\" " +
276 "version=\"" + XmlEncodeWithDefault(params->os_version(), "") + "\" " +
277 "platform=\"" + XmlEncodeWithDefault(params->os_platform(), "") + "\" " +
278 "sp=\"" + XmlEncodeWithDefault(params->os_sp(), "") + "\">"
301 string updater_version = XmlEncodeWithDefault(
491 string XmlEncodeWithDefault(const string& input, const string& default_value) {