Searched refs:SimpleCommunicationLinkViaSocket (Results 1 – 4 of 4) sorted by relevance
135 SimpleCommunicationLinkViaSocket::SimpleCommunicationLinkViaSocket( CommunicationManager *pMan, vos… in SimpleCommunicationLinkViaSocket() function in SimpleCommunicationLinkViaSocket147 SimpleCommunicationLinkViaSocket::~SimpleCommunicationLinkViaSocket() in ~SimpleCommunicationLinkViaSocket()164 sal_Bool SimpleCommunicationLinkViaSocket::StopCommunication() in StopCommunication()178 void SimpleCommunicationLinkViaSocket::SetFinalRecieveTimeout() in SetFinalRecieveTimeout()187 sal_Bool SimpleCommunicationLinkViaSocket::IsCommunicationError() in IsCommunicationError()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()[all …]
320 class SimpleCommunicationLinkViaSocket : public CommunicationLink class339 SimpleCommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSocket *pSocket );340 virtual ~SimpleCommunicationLinkViaSocket();354 class SimpleCommunicationLinkViaSocketWithReceiveCallbacks : public SimpleCommunicationLinkViaSocket
75 class CommunicationLinkViaSocket : public SimpleCommunicationLinkViaSocket, public vos::OThread
68 : SimpleCommunicationLinkViaSocket( pMan, pSocket ) in CommunicationLinkViaSocket()150 return SimpleCommunicationLinkViaSocket::StopCommunication(); in StopCommunication()191 return !isRunning() || SimpleCommunicationLinkViaSocket::IsCommunicationError(); in IsCommunicationError()231 return SimpleCommunicationLinkViaSocket::DoTransferDataStream( pDataStream, nProtocol ); in DoTransferDataStream()
Completed in 52 milliseconds