Home
last modified time | relevance | path

Searched refs:CommunicationManager (Results 1 – 11 of 11) sorted by relevance

/aoo4110/main/automation/source/simplecm/
H A Dsimplecm.cxx49 CommunicationLink::CommunicationLink( CommunicationManager *pMan ) in CommunicationLink()
406 CommunicationManager::CommunicationManager( sal_Bool bUseMultiChannel ) in CommunicationManager() function in CommunicationManager
414 CommunicationManager::~CommunicationManager() in ~CommunicationManager()
433 ByteString CommunicationManager::GetMyName( CM_NameType ) in GetMyName()
440 void CommunicationManager::CallConnectionOpened( CommunicationLink* pCL ) in CallConnectionOpened()
457 void CommunicationManager::CallConnectionClosed( CommunicationLink* pCL ) in CallConnectionClosed()
474 void CommunicationManager::CallDataReceived( CommunicationLink* pCL ) in CallDataReceived()
558 void CommunicationManager::CallInfoMsg( InfoString aMsg ) in CallInfoMsg()
578 : CommunicationManager( bUseMultiChannel ) in SingleCommunicationManager()
631 CommunicationManager::CallConnectionOpened( pCL ); in CallConnectionOpened()
[all …]
/aoo4110/main/automation/inc/automation/
H A Dsimplecm.hxx120 class CommunicationManager;
127 friend class CommunicationManager;
140 CommunicationLink( CommunicationManager *pMan );
144 CommunicationManager* GetCommunicationManager(){ return pMyManager; } in GetCommunicationManager()
186 CommunicationManager *pMyManager;
225 class CommunicationManager class
230 CommunicationManager( sal_Bool bUseMultiChannel = sal_False );
231 virtual ~CommunicationManager();
294 class SingleCommunicationManager : public CommunicationManager
339 SimpleCommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSocket *pSocket );
[all …]
H A Dcommuni.hxx40 class MultiCommunicationManager : public CommunicationManager
78 CommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSocket *pSocket );
115 using CommunicationManager::StartCommunication;
160 using CommunicationManager::StartCommunication;
173 …virtual CommunicationLink *CreateCommunicationLink( CommunicationManager *pCM, vos::OConnectorSock… in CreateCommunicationLink()
/aoo4110/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclApp.java30 import org.openoffice.test.vcl.client.CommunicationManager;
41 protected CommunicationManager communicationManager = null;
53 this.communicationManager = new CommunicationManager("127.0.0.1", openOffice.getAutomationPort()); in VclApp()
/aoo4110/main/automation/source/communi/
H A Dcommuni.cxx67 CommunicationLinkViaSocket::CommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSoc… in CommunicationLinkViaSocket()
264 : CommunicationManager( bUseMultiChannel ) in MultiCommunicationManager()
362 CommunicationManager::CallConnectionOpened( pCL ); in CallConnectionOpened()
369 CommunicationManager::CallConnectionClosed( pCL ); in CallConnectionClosed()
/aoo4110/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommunicationManager.java49 public class CommunicationManager implements Runnable, Constant{ class
72 public CommunicationManager() { in CommunicationManager() method in CommunicationManager
87 public CommunicationManager(String host, int port) { in CommunicationManager() method in CommunicationManager
H A DHandshaker.java39 private CommunicationManager communicationManager = null;
41 public Handshaker(CommunicationManager communicationManager) { in Handshaker()
H A DCommandCaller.java44 private CommunicationManager communicationManager = null;
62 public CommandCaller(CommunicationManager communicationManager) { in CommandCaller()
322 if (headerType != CommunicationManager.CH_Handshake) { in received()
/aoo4110/main/automation/source/inc/
H A Dtesttool.hxx34 class CommunicationManager;
64 CommunicationManager *pServiceMgr;
/aoo4110/main/svtools/inc/svtools/
H A Dtesttool.hxx34 class CommunicationManager;
67 CommunicationManager *pServiceMgr;
/aoo4110/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...

Completed in 110 milliseconds