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 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() 189 sal_Bool CommunicationLinkViaSocket::IsCommunicationError() in IsCommunicationError() 194 void CommunicationLinkViaSocket::run() in run() 235 long CommunicationLinkViaSocket::ConnectionClosed( void* EMPTYARG ) in ConnectionClosed() 246 long CommunicationLinkViaSocket::DataReceived( void* EMPTYARG ) in DataReceived() [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()
|
Completed in 21 milliseconds