Searched refs:XmlEncodeWithDefault (Results 1 – 3 of 3) sorted by relevance
/system/update_engine/ |
D | omaha_request_builder_xml.cc | 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() [all …]
|
D | omaha_request_builder_xml_unittest.cc | 85 EXPECT_EQ("", XmlEncodeWithDefault("")); in TEST_F() 86 EXPECT_EQ("<&>", XmlEncodeWithDefault("<&>", "something else")); in TEST_F() 87 EXPECT_EQ("<not escaped>", XmlEncodeWithDefault("\xc2", "<not escaped>")); in TEST_F()
|
D | omaha_request_builder_xml.h | 99 std::string XmlEncodeWithDefault(const std::string& input,
|