Home
last modified time | relevance | path

Searched refs:ipcServer (Results 1 – 20 of 20) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/clangsupport/
H A Dconnectionserver.h69 void setServer(ServerInterface *ipcServer) in setServer() argument
71 this->m_ipcServer = ipcServer; in setServer()
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Droot.cpp28 Root::Root(Globals g, XConnection& xconnection, IpcServer& ipcServer) in Root() argument
42 , ipcServer_(ipcServer) in Root()
H A Droot.h46 Root(Globals g, XConnection& xconnection, IpcServer& ipcServer);
H A Dmain.cpp556 IpcServer* ipcServer = new IpcServer(*X); in main() local
558 auto root = make_shared<Root>(g, *X, *ipcServer); in main()
589 delete ipcServer; in main()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/node/
H A Drpcstack.go473 type ipcServer struct { struct
482 func newIPCServer(log log.Logger, endpoint string) *ipcServer {
483 return &ipcServer{log: log, endpoint: endpoint}
487 func (is *ipcServer) start(apis []rpc.API) error { argument
504 func (is *ipcServer) stop() error { argument
H A Dnode.go58 ipc *ipcServer // Stores information about the ipc http server
/dports/sysutils/barrier/barrier-2.3.3/src/lib/ipc/
H A DIpcLogOutputter.cpp40 IpcLogOutputter::IpcLogOutputter(IpcServer& ipcServer, EIpcClientType clientType, bool useThread) : in IpcLogOutputter() argument
41 m_ipcServer(ipcServer), in IpcLogOutputter()
H A DIpcLogOutputter.h45 IpcLogOutputter(IpcServer& ipcServer, EIpcClientType clientType, bool useThread);
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/ipc/
H A DIpcLogOutputter.cpp40 IpcLogOutputter::IpcLogOutputter(IpcServer& ipcServer, EIpcClientType clientType, bool useThread) : in IpcLogOutputter() argument
41 m_ipcServer(ipcServer), in IpcLogOutputter()
H A DIpcLogOutputter.h43 IpcLogOutputter(IpcServer& ipcServer, EIpcClientType clientType, bool useThread);
/dports/sysutils/barrier/barrier-2.3.3/src/lib/platform/
H A DMSWindowsWatchdog.h40 IpcServer& ipcServer,
H A DMSWindowsWatchdog.cpp65 IpcServer& ipcServer, in MSWindowsWatchdog() argument
73 m_ipcServer(ipcServer), in MSWindowsWatchdog()
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/platform/
H A DMSWindowsWatchdog.h40 IpcServer& ipcServer,
H A DMSWindowsWatchdog.cpp52 IpcServer& ipcServer, in MSWindowsWatchdog() argument
61 m_ipcServer(ipcServer), in MSWindowsWatchdog()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/unittests/libweb3jsonrpc/
H A Djsonrpc.cpp144 auto ipcServer = new TestIpcServer; in JsonRpcFixture() local
145 rpcServer->addConnector(ipcServer); in JsonRpcFixture()
146 ipcServer->StartListening(); in JsonRpcFixture()
148 client = unique_ptr<TestIpcClient>(new TestIpcClient{*ipcServer}); in JsonRpcFixture()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/
H A DDataNode.java326 public RPC.Server ipcServer; field in DataNode
793 ipcServer = new RPC.Builder(conf) in initIpcServer()
808 ipcServer); in initIpcServer()
815 ipcServer); in initIpcServer()
817 LOG.info("Opened IPC server at " + ipcServer.getListenerAddress()); in initIpcServer()
822 ipcServer.refreshServiceAcl(conf, new HDFSPolicyProvider()); in initIpcServer()
832 UserGroupInformation callerUgi = ipcServer.getRemoteUser(); in checkSuperuserPrivilege()
1421 return ipcServer.getListenerAddress().getPort(); in getIpcPort()
1740 if (ipcServer != null) {
1741 ipcServer.stop();
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/datanode/
H A DDataNode.java282 public Server ipcServer; field in DataNode
554 ipcServer = RPC.getServer(this, ipcAddr.getHostName(), ipcAddr.getPort(), in startDataNode()
557 dnRegistration.setIpcPort(ipcServer.getListenerAddress().getPort()); in startDataNode()
863 if (ipcServer != null) {
864 ipcServer.stop();
1583 ipcServer.start();
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/fs/
H A DTestBlockReorder.java161 ipcPort = dn.ipcServer.getListenerAddress().getPort(); in testBlockLocationReorder()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/hdfs/
H A DMiniDFSCluster.java532 if (dn.ipcServer.getListenerAddress().getPort() == ipcPort) { in getDataNode()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DMiniDFSCluster.java1669 if (dn.ipcServer.getListenerAddress().getPort() == ipcPort) { in getDataNode()