Home
last modified time | relevance | path

Searched refs:ProxyRpcServer (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/test-rpc-proxy/
Dproxy_rpc_server.h37 class ProxyRpcServer; variable
43 ProxyRpcServer* server);
58 class ProxyRpcServer : public XmlRpc::XmlRpcServer {
60 ProxyRpcServer(int server_port,
73 DISALLOW_COPY_AND_ASSIGN(ProxyRpcServer);
Dproxy_main.cc76 std::unique_ptr<ProxyRpcServer> rpc_server( in main()
77 new ProxyRpcServer(xml_rpc_port, std::move(shill_wifi_client))); in main()
Dproxy_rpc_server.cc480 ProxyRpcServer* server) in ProxyRpcServerMethod()
498 ProxyRpcServer::ProxyRpcServer( in ProxyRpcServer() function in ProxyRpcServer
506 void ProxyRpcServer::RegisterRpcMethod( in RegisterRpcMethod()
514 void ProxyRpcServer::Run() { in Run()