Searched refs:pStreamSocket (Results 1 – 5 of 5) sorted by relevance
139 , pStreamSocket( pSocket ) in SimpleCommunicationLinkViaSocket()143 pTCPIO = new TCPIO( pStreamSocket ); in SimpleCommunicationLinkViaSocket()153 delete pStreamSocket; in ~SimpleCommunicationLinkViaSocket()154 pStreamSocket = NULL; in ~SimpleCommunicationLinkViaSocket()161 pStreamSocket = pSocket; in SetStreamSocket()183 pStreamSocket->setRecvTimeout( &aTime ); in SetFinalRecieveTimeout()189 return !pStreamSocket; in IsCommunicationError()194 if ( pStreamSocket ) in GetCommunicationPartner()213 pStreamSocket->getPeerHost( aFQDN ); in GetCommunicationPartner()226 if ( pStreamSocket ) in GetMyName()[all …]
33 if ( !pStreamSocket ) in TransferBytes()38 nLastSent = pStreamSocket->write( pBuffer, nLen ); in TransferBytes()49 if ( !pStreamSocket ) in ReceiveBytes()54 nLastReceived = pStreamSocket->read( pBuffer, nLen ); in ReceiveBytes()66 pStreamSocket = pSocket; in SetStreamSocket()
35 vos::OStreamSocket *pStreamSocket; member in TCPIO42 TCPIO( vos::OStreamSocket *pSocket ):pStreamSocket( pSocket ){} in TCPIO()
514 vos::OStreamSocket *pStreamSocket = NULL; in run() local518 pStreamSocket = new vos::OStreamSocket; in run()519 switch ( pAcceptorSocket->acceptConnection( *pStreamSocket ) ) in run()523 pStreamSocket->setTcpNoDelay( 1 ); in run()528 xmNewConnection = new CommunicationLinkViaSocket( pMyServer, pStreamSocket ); in run()538 delete pStreamSocket; in run()539 pStreamSocket = NULL; in run()542 delete pStreamSocket; in run()543 pStreamSocket = NULL; in run()
337 vos::OStreamSocket *pStreamSocket; member in SimpleCommunicationLinkViaSocket343 vos::OStreamSocket* GetStreamSocket() { return pStreamSocket; } in GetStreamSocket()
Completed in 22 milliseconds