Home
last modified time | relevance | path

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

/system/connectivity/shill/test-rpc-proxy/
Dproxy_rpc_in_data_types.cc25 XmlRpc::XmlRpcValue* xml_rpc_value_in, in AssertStructTypeStringFromXmlRpcValue() argument
27 if ((*xml_rpc_value_in)[kXmlRpcStructTypeKey] != expected_type) { in AssertStructTypeStringFromXmlRpcValue()
29 << "Recieved: " << (*xml_rpc_value_in)[kXmlRpcStructTypeKey]; in AssertStructTypeStringFromXmlRpcValue()
34 XmlRpc::XmlRpcValue* xml_rpc_value_in) { in ParseStationTypeFromXmlRpcValue() argument
38 xml_rpc_value_in, "station_type", "managed", &station_type_as_string); in ParseStationTypeFromXmlRpcValue()
50 XmlRpc::XmlRpcValue* xml_rpc_value_in) { in ParseAutoConnectTypeFromXmlRpcValue() argument
54 xml_rpc_value_in, "autoconnect", false, &autoconnect_type_as_bool)) { in ParseAutoConnectTypeFromXmlRpcValue()
77 XmlRpc::XmlRpcValue* xml_rpc_value_in) { in BgscanConfiguration() argument
79 xml_rpc_value_in, "BgscanConfiguration"); in BgscanConfiguration()
81 xml_rpc_value_in, "interface", std::string(), &interface_); in BgscanConfiguration()
[all …]
Dproxy_rpc_security_types.cc43 XmlRpc::XmlRpcValue* xml_rpc_value_in) { in CreateSecurityConfigObject() argument
44 const std::string& security_type = (*xml_rpc_value_in)[kXmlRpcStructTypeKey]; in CreateSecurityConfigObject()
46 return std::unique_ptr<SecurityConfig>(new SecurityConfig(xml_rpc_value_in)); in CreateSecurityConfigObject()
49 return std::unique_ptr<SecurityConfig>(new WEPConfig(xml_rpc_value_in)); in CreateSecurityConfigObject()
52 return std::unique_ptr<SecurityConfig>(new WPAConfig(xml_rpc_value_in)); in CreateSecurityConfigObject()
59 XmlRpc::XmlRpcValue* xml_rpc_value_in) { in SecurityConfig() argument
61 xml_rpc_value_in, "security", kDefaultSecurity, &security_); in SecurityConfig()
69 WEPConfig::WEPConfig(XmlRpc::XmlRpcValue* xml_rpc_value_in) in WEPConfig() argument
70 : SecurityConfig::SecurityConfig(xml_rpc_value_in) { in WEPConfig()
72 xml_rpc_value_in, "wep_keys", std::vector<std::string>(), &wep_keys_); in WEPConfig()
[all …]
Dproxy_util.cc60 XmlRpc::XmlRpcValue* xml_rpc_value_in, in GetVectorFromXmlRpcArray() argument
62 int array_size = xml_rpc_value_in->size(); in GetVectorFromXmlRpcArray()
64 vector_out->push_back(static_cast<ElementType>((*xml_rpc_value_in)[i])); in GetVectorFromXmlRpcArray()
69 XmlRpc::XmlRpcValue* xml_rpc_value_in, in GetBrilloAnyVectorFromXmlRpcArray() argument
71 int array_size = xml_rpc_value_in->size(); in GetBrilloAnyVectorFromXmlRpcArray()
76 XmlRpc::XmlRpcValue::Type elem_type = (*xml_rpc_value_in)[0].getType(); in GetBrilloAnyVectorFromXmlRpcArray()
78 CHECK((*xml_rpc_value_in)[i].getType() == elem_type); in GetBrilloAnyVectorFromXmlRpcArray()
83 GetVectorFromXmlRpcArray(xml_rpc_value_in, &bool_vec); in GetBrilloAnyVectorFromXmlRpcArray()
89 GetVectorFromXmlRpcArray(xml_rpc_value_in, &int_vec); in GetBrilloAnyVectorFromXmlRpcArray()
95 GetVectorFromXmlRpcArray(xml_rpc_value_in, &double_vec); in GetBrilloAnyVectorFromXmlRpcArray()
[all …]
Dproxy_util.h36 XmlRpc::XmlRpcValue* xml_rpc_value_in,
42 XmlRpc::XmlRpcValue* xml_rpc_value_in,
47 XmlRpc::XmlRpcValue* xml_rpc_value_in,
52 XmlRpc::XmlRpcValue* xml_rpc_value_in,
57 XmlRpc::XmlRpcValue* xml_rpc_value_in,
62 XmlRpc::XmlRpcValue* xml_rpc_value_in,
Dproxy_rpc_security_types.h49 XmlRpc::XmlRpcValue* xml_rpc_value_in);
50 SecurityConfig(XmlRpc::XmlRpcValue* xml_rpc_value_in);
62 WEPConfig(XmlRpc::XmlRpcValue* xml_rpc_value_in);
74 WPAConfig(XmlRpc::XmlRpcValue* xml_rpc_value_in);
97 EAPConfig(XmlRpc::XmlRpcValue* xml_rpc_value_in);
129 DynamicWEPConfig(XmlRpc::XmlRpcValue* xml_rpc_value_in);
140 WPAEAPConfig(XmlRpc::XmlRpcValue* xml_rpc_value_in);
166 Tunneled1xConfig(XmlRpc::XmlRpcValue* xml_rpc_value_in);
Dproxy_rpc_in_data_types.h35 BgscanConfiguration(XmlRpc::XmlRpcValue* xml_rpc_value_in);
51 AssociationParameters(XmlRpc::XmlRpcValue* xml_rpc_value_in);
75 ConfigureServiceParameters(XmlRpc::XmlRpcValue* xml_rpc_value_in);