Home
last modified time | relevance | path

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

/system/connectivity/shill/test-rpc-proxy/
Dproxy_rpc_server.cc42 XmlRpc::XmlRpcValue params_in, in CreateProfile() argument
44 if (!ValidateNumOfElements(params_in, 1)) { in CreateProfile()
47 const std::string& profile_name(params_in[0]); in CreateProfile()
52 XmlRpc::XmlRpcValue params_in, in RemoveProfile() argument
54 if (!ValidateNumOfElements(params_in, 1)) { in RemoveProfile()
57 const std::string& profile_name(params_in[0]); in RemoveProfile()
62 XmlRpc::XmlRpcValue params_in, in PushProfile() argument
64 if (!ValidateNumOfElements(params_in, 1)) { in PushProfile()
67 const std::string& profile_name(params_in[0]); in PushProfile()
72 XmlRpc::XmlRpcValue params_in, in PopProfile() argument
[all …]
Dproxy_rpc_server.h46 void execute(XmlRpc::XmlRpcValue& params_in, XmlRpc::XmlRpcValue& value_out);