Searched refs:CommunicationLinkViaSocket (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/automation/source/communi/ |
| H A D | communi.cxx | 67 CommunicationLinkViaSocket::CommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSoc… in CommunicationLinkViaSocket() function in CommunicationLinkViaSocket 74 SetPutDataReceivedHdl(LINK( this, CommunicationLinkViaSocket, PutDataReceivedHdl )); in CommunicationLinkViaSocket() 84 CommunicationLinkViaSocket::~CommunicationLinkViaSocket() in ~CommunicationLinkViaSocket() 115 sal_Bool CommunicationLinkViaSocket::ShutdownCommunication() in ShutdownCommunication() 146 sal_Bool CommunicationLinkViaSocket::StopCommunication() in StopCommunication() 160 IMPL_LINK( CommunicationLinkViaSocket, ShutdownLink, void*, EMPTYARG ) in IMPL_LINK() argument 168 void CommunicationLinkViaSocket::WaitForShutdown() in WaitForShutdown() 173 aShutdownTimer.SetTimeoutHdl( LINK( this, CommunicationLinkViaSocket, ShutdownLink ) ); in WaitForShutdown() 189 sal_Bool CommunicationLinkViaSocket::IsCommunicationError() in IsCommunicationError() 194 void CommunicationLinkViaSocket::run() in run() [all …]
|
| /AOO41X/main/automation/inc/automation/ |
| H A D | communi.hxx | 75 class CommunicationLinkViaSocket : public SimpleCommunicationLinkViaSocket, public vos::OThread class 78 CommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSocket *pSocket ); 79 virtual ~CommunicationLinkViaSocket(); 91 …Link GetDataReceivedLink () {Link aLink = LINK( this, CommunicationLinkViaSocket, DataReceived ); … in GetDataReceivedLink() 92 DECL_LINK( PutDataReceivedHdl, CommunicationLinkViaSocket* ); 173 …nicationManager *pCM, vos::OConnectorSocket *pCS ){ return new CommunicationLinkViaSocket( pCM, pC… in CreateCommunicationLink()
|