Home
last modified time | relevance | path

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

/system/connectivity/shill/test-rpc-proxy/
Dproxy_rpc_out_data_types.cc21 static const char kXmlRpcStructTypeKey[] = "xmlrpc_struct_type_key"; variable
43 value[kXmlRpcStructTypeKey] = "AssociationResult"; in ConvertToXmlRpcValue()
Dproxy_rpc_in_data_types.cc22 static const char kXmlRpcStructTypeKey[] = "xmlrpc_struct_type_key"; variable
27 if ((*xml_rpc_value_in)[kXmlRpcStructTypeKey] != expected_type) { in AssertStructTypeStringFromXmlRpcValue()
29 << "Recieved: " << (*xml_rpc_value_in)[kXmlRpcStructTypeKey]; in AssertStructTypeStringFromXmlRpcValue()
Dproxy_rpc_security_types.cc25 static const char kXmlRpcStructTypeKey[] = "xmlrpc_struct_type_key"; variable
44 const std::string& security_type = (*xml_rpc_value_in)[kXmlRpcStructTypeKey]; in CreateSecurityConfigObject()