OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XmlEncodeWithDefault
(Results
1 - 3
of
3
) sorted by null
/system/update_engine/
omaha_request_action.cc
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(), "") + "\" "
[
all
...]
omaha_request_action.h
45
std::string
XmlEncodeWithDefault
(const std::string& input,
omaha_request_action_unittest.cc
[
all
...]
Completed in 223 milliseconds