Home
last modified time | relevance | path

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

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