Searched refs:params_in (Results 1 – 2 of 2) sorted by relevance
42 XmlRpc::XmlRpcValue params_in, in CreateProfile() argument44 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() argument54 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() argument64 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 …]
46 void execute(XmlRpc::XmlRpcValue& params_in, XmlRpc::XmlRpcValue& value_out);