Searched refs:ProxyRpcServerMethod (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/test-rpc-proxy/
H A Dproxy_rpc_server.h38 class ProxyRpcServerMethod : public XmlRpc::XmlRpcServerMethod { class in inherits:XmlRpc::XmlRpcServerMethod
40 ProxyRpcServerMethod(const std::string& method_name,
55 DISALLOW_COPY_AND_ASSIGN(ProxyRpcServerMethod);
71 std::vector<std::unique_ptr<ProxyRpcServerMethod>> methods_;
H A Dproxy_rpc_server.cc476 ProxyRpcServerMethod::ProxyRpcServerMethod( function in class:ProxyRpcServerMethod
486 void ProxyRpcServerMethod::execute(
492 std::string ProxyRpcServerMethod::help(void) {
510 new ProxyRpcServerMethod(

Completed in 486 milliseconds