Home
last modified time | relevance | path

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

/external/xmlrpcpp/src/
DXmlRpcServer.cpp201 static const std::string LIST_METHODS("system.listMethods"); variable
210 ListMethods(XmlRpcServer* s) : XmlRpcServerMethod(LIST_METHODS, s) {} in ListMethods()
265 removeMethod(LIST_METHODS); in enableIntrospection()