Home
last modified time | relevance | path

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

/aoo42x/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 …]
/aoo42x/main/automation/inc/automation/
H A Dsimplecm.hxx121 class CommunicationManager;
128 friend class CommunicationManager;
141 CommunicationLink( CommunicationManager *pMan );
145 CommunicationManager* GetCommunicationManager(){ return pMyManager; } in GetCommunicationManager()
187 CommunicationManager *pMyManager;
226 class AUTOMATION_DLLPUBLIC CommunicationManager class
231 CommunicationManager( sal_Bool bUseMultiChannel = sal_False );
232 virtual ~CommunicationManager();
295 class AUTOMATION_DLLPUBLIC SingleCommunicationManager : public CommunicationManager
340 SimpleCommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSocket *pSocket );
[all …]
H A Dcommuni.hxx41 class AUTOMATION_DLLPUBLIC MultiCommunicationManager : public CommunicationManager
79 CommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSocket *pSocket );
116 using CommunicationManager::StartCommunication;
161 using CommunicationManager::StartCommunication;
174 …virtual CommunicationLink *CreateCommunicationLink( CommunicationManager *pCM, vos::OConnectorSock… in CreateCommunicationLink()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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 DCommandCaller.java44 private CommunicationManager communicationManager = null;
62 public CommandCaller(CommunicationManager communicationManager) { in CommandCaller()
322 if (headerType != CommunicationManager.CH_Handshake) { in received()
H A DHandshaker.java39 private CommunicationManager communicationManager = null;
41 public Handshaker(CommunicationManager communicationManager) { in Handshaker()
/aoo42x/main/automation/source/inc/
H A Dtesttool.hxx34 class CommunicationManager;
64 CommunicationManager *pServiceMgr;
/aoo42x/main/svtools/inc/svtools/
H A Dtesttool.hxx34 class CommunicationManager;
67 CommunicationManager *pServiceMgr;
/aoo42x/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...

Completed in 44 milliseconds