Home
last modified time | relevance | path

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

/external/xmlrpcpp/src/
DXmlRpcServerConnection.cpp20 const std::string XmlRpcServerConnection::SYSTEM_MULTICALL = "system.multicall"; member in XmlRpcServerConnection
276 if (methodName != SYSTEM_MULTICALL) return false; in executeMulticall()
280 throw XmlRpcException(SYSTEM_MULTICALL + ": Invalid argument (expected an array)"); in executeMulticall()
290 result[i][FAULTSTRING] = SYSTEM_MULTICALL + in executeMulticall()
DXmlRpcServerConnection.h34 static const std::string SYSTEM_MULTICALL; variable