Home
last modified time | relevance | path

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

/system/connectivity/shill/test-rpc-proxy/
Dproxy_util.cc53 XmlRpc::XmlRpcValue tmp_value; in GetXmlRpcStructFromBrilloVariantDictionary() local
54 GetXmlRpcValueFromBrilloAnyValue(value.second, &tmp_value); in GetXmlRpcStructFromBrilloVariantDictionary()
55 (*xml_rpc_value_out)[value.first] = tmp_value; in GetXmlRpcStructFromBrilloVariantDictionary()