Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_action.cc166 XmlEncodeWithDefault(params->target_version_prefix(), "") in GetAppBody()
197 XmlEncodeWithDefault(prev_version, "0.0.0.0").c_str()); in GetAppBody()
297 XmlEncodeWithDefault(app_data.version, "0.0.0.0") + "\" "; in GetAppXml()
300 XmlEncodeWithDefault(app_data.version, "0.0.0.0") + "\" "; in GetAppXml()
305 "track=\"" + XmlEncodeWithDefault(download_channel, "") + "\" "; in GetAppXml()
308 XmlEncodeWithDefault(params->current_channel(), "") + "\" "; in GetAppXml()
332 XmlEncodeWithDefault(params->os_build_fingerprint(), "") + in GetAppXml()
339 XmlEncodeWithDefault(params->os_build_type(), "") + "\" "; in GetAppXml()
360 XmlEncodeWithDefault(version, "").c_str()); in GetAppXml()
370 "appid=\"" + XmlEncodeWithDefault(app_data.id, "") + "\" " + in GetAppXml()
[all …]
Domaha_request_action.h50 std::string XmlEncodeWithDefault(const std::string& input,
Domaha_request_action_unittest.cc1754 EXPECT_EQ("&lt;&amp;&gt;", XmlEncodeWithDefault("<&>", "something else")); in TEST_F()
1755 EXPECT_EQ("<not escaped>", XmlEncodeWithDefault("\xc2", "<not escaped>")); in TEST_F()