Searched refs:ProxyRpcServer (Results 1 – 3 of 3) sorted by relevance
37 class ProxyRpcServer; variable43 ProxyRpcServer* server);58 class ProxyRpcServer : public XmlRpc::XmlRpcServer {60 ProxyRpcServer(int server_port,73 DISALLOW_COPY_AND_ASSIGN(ProxyRpcServer);
76 std::unique_ptr<ProxyRpcServer> rpc_server( in main()77 new ProxyRpcServer(xml_rpc_port, std::move(shill_wifi_client))); in main()
480 ProxyRpcServer* server) in ProxyRpcServerMethod()498 ProxyRpcServer::ProxyRpcServer( in ProxyRpcServer() function in ProxyRpcServer506 void ProxyRpcServer::RegisterRpcMethod( in RegisterRpcMethod()514 void ProxyRpcServer::Run() { in Run()