Searched refs:SYSTEM_MULTICALL (Results 1 – 2 of 2) sorted by relevance
20 const std::string XmlRpcServerConnection::SYSTEM_MULTICALL = "system.multicall"; member in XmlRpcServerConnection276 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()
34 static const std::string SYSTEM_MULTICALL; variable