Searched refs:XmlEncodeWithDefault (Results 1 – 3 of 3) sorted by relevance
/system/update_engine/ |
D | omaha_request_action.cc | 166 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 …]
|
D | omaha_request_action.h | 50 std::string XmlEncodeWithDefault(const std::string& input,
|
D | omaha_request_action_unittest.cc | 1754 EXPECT_EQ("<&>", XmlEncodeWithDefault("<&>", "something else")); in TEST_F() 1755 EXPECT_EQ("<not escaped>", XmlEncodeWithDefault("\xc2", "<not escaped>")); in TEST_F()
|