HomeSort by relevance Sort by last modified time
    Searched refs:SYSTEM_MULTICALL (Results 1 - 2 of 2) sorted by null

  /external/xmlrpcpp/src/
XmlRpcServerConnection.h 34 static const std::string SYSTEM_MULTICALL;
XmlRpcServerConnection.cpp 20 const std::string XmlRpcServerConnection::SYSTEM_MULTICALL = "system.multicall";
276 if (methodName != SYSTEM_MULTICALL) return false;
280 throw XmlRpcException(SYSTEM_MULTICALL + ": Invalid argument (expected an array)");
290 result[i][FAULTSTRING] = SYSTEM_MULTICALL +

Completed in 208 milliseconds