Lines Matching refs:CommunicationLinkViaSocket

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()
222 …nConnectionClosedEventId = GetpApp()->PostUserEvent( LINK( this, CommunicationLinkViaSocket, Conne… in run()
226 sal_Bool CommunicationLinkViaSocket::DoTransferDataStream( SvStream *pDataStream, CMProtocol nProto… in DoTransferDataStream()
235 long CommunicationLinkViaSocket::ConnectionClosed( void* EMPTYARG ) in ConnectionClosed()
246 long CommunicationLinkViaSocket::DataReceived( void* EMPTYARG ) in DataReceived()
255 IMPL_LINK( CommunicationLinkViaSocket, PutDataReceivedHdl, CommunicationLinkViaSocket*, EMPTYARG ) in IMPL_LINK() argument
528 xmNewConnection = new CommunicationLinkViaSocket( pMyServer, pStreamSocket ); in run()