Home
last modified time | relevance | path

Searched refs:xml_rpc_value_out (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/test-rpc-proxy/
Dproxy_util.cc22 XmlRpc::XmlRpcValue* xml_rpc_value_out) { in GetXmlRpcArrayFromVector() argument
24 xml_rpc_value_out->setToNil(); in GetXmlRpcArrayFromVector()
29 (*xml_rpc_value_out)[++i] = value; in GetXmlRpcArrayFromVector()
35 XmlRpc::XmlRpcValue* xml_rpc_value_out) { in GetXmlRpcStructFromStringMap() argument
37 xml_rpc_value_out->setToNil(); in GetXmlRpcStructFromStringMap()
41 (*xml_rpc_value_out)[value.first] = value.second; in GetXmlRpcStructFromStringMap()
47 XmlRpc::XmlRpcValue* xml_rpc_value_out) { in GetXmlRpcStructFromBrilloVariantDictionary() argument
49 xml_rpc_value_out->setToNil(); in GetXmlRpcStructFromBrilloVariantDictionary()
55 (*xml_rpc_value_out)[value.first] = tmp_value; in GetXmlRpcStructFromBrilloVariantDictionary()
182 XmlRpc::XmlRpcValue* xml_rpc_value_out) { in GetXmlRpcValueFromBrilloAnyValue() argument
[all …]
Dproxy_util.h32 XmlRpc::XmlRpcValue* xml_rpc_value_out);