Lines Matching refs:SimpleCommunicationLinkViaSocket

135 SimpleCommunicationLinkViaSocket::SimpleCommunicationLinkViaSocket( CommunicationManager *pMan, vos…  in SimpleCommunicationLinkViaSocket()  function in SimpleCommunicationLinkViaSocket
147 SimpleCommunicationLinkViaSocket::~SimpleCommunicationLinkViaSocket() in ~SimpleCommunicationLinkViaSocket()
157 void SimpleCommunicationLinkViaSocket::SetStreamSocket( vos::OStreamSocket* pSocket ) in SetStreamSocket()
164 sal_Bool SimpleCommunicationLinkViaSocket::StopCommunication() in StopCommunication()
178 void SimpleCommunicationLinkViaSocket::SetFinalRecieveTimeout() in SetFinalRecieveTimeout()
187 sal_Bool SimpleCommunicationLinkViaSocket::IsCommunicationError() in IsCommunicationError()
192 ByteString SimpleCommunicationLinkViaSocket::GetCommunicationPartner( CM_NameType eType ) in GetCommunicationPartner()
224 ByteString SimpleCommunicationLinkViaSocket::GetMyName( CM_NameType eType ) in GetMyName()
256 SvStream* SimpleCommunicationLinkViaSocket::GetBestCommunicationStream() in GetBestCommunicationStream()
272 sal_Bool SimpleCommunicationLinkViaSocket::DoReceiveDataStream() in DoReceiveDataStream()
290 void SimpleCommunicationLinkViaSocket::SetApplication( const ByteString& aApp ) in SetApplication()
299 void SimpleCommunicationLinkViaSocket::SetNewPacketAsCurrent() in SetNewPacketAsCurrent()
306 sal_Bool SimpleCommunicationLinkViaSocket::SendHandshake( HandshakeType aHandshakeType, SvStream* p… in SendHandshake()
352 : SimpleCommunicationLinkViaSocket( pMan, pSocket ) in SimpleCommunicationLinkViaSocketWithReceiveCallbacks()