Home
last modified time | relevance | path

Searched refs:getLocalPort (Results 1 – 10 of 10) sorted by relevance

/aoo4110/main/sal/qa/osl/socket/
H A Dosl_Socket2.cxx469 class getLocalPort : public CppUnit::TestFixture class
496 sal_Bool bOK = ( IP_PORT_MYPORT7 == sSocket.getLocalPort( ) ); in getLocalPort_001()
518 ::rtl::OUString suError = outputError(::rtl::OUString::valueOf(sSocket.getLocalPort( )), in getLocalPort_002()
521 sal_Bool bOK = ( OSL_INVALID_PORT == sSocket.getLocalPort( ) ); in getLocalPort_002()
541 ::rtl::OUString suError = outputError(::rtl::OUString::valueOf(sSocket.getLocalPort( )), in getLocalPort_003()
544 sal_Bool bOK = ( sSocket.getLocalPort( ) >= 1 && sSocket.getLocalPort( ) <= 65535); in getLocalPort_003()
549 CPPUNIT_TEST_SUITE( getLocalPort );
1443 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(osl_Socket::getLocalPort, "osl_Socket");
H A Dosl_Socket.cxx1059 sal_Int32 newPort = sSocket.getLocalPort(); in setPort_002()
1804 class getLocalPort : public CppUnit::TestFixture class
1831 sal_Bool bOK = ( IP_PORT_MYPORT7 == sSocket.getLocalPort( ) ); in getLocalPort_001()
1853 ::rtl::OUString suError = outputError(::rtl::OUString::valueOf(sSocket.getLocalPort( )), in getLocalPort_002()
1856 sal_Bool bOK = ( OSL_INVALID_PORT == sSocket.getLocalPort( ) ); in getLocalPort_002()
1876 ::rtl::OUString suError = outputError(::rtl::OUString::valueOf(sSocket.getLocalPort( )), in getLocalPort_003()
1879 sal_Bool bOK = ( sSocket.getLocalPort( ) >= 1 && sSocket.getLocalPort( ) <= 65535); in getLocalPort_003()
1884 CPPUNIT_TEST_SUITE( getLocalPort );
2778 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(osl_Socket::getLocalPort, "osl_Socket");
3387 t_print("#asSocketAssign port number is %d\n", asSocketAssign.getLocalPort() );
H A Dosl_AcceptorSocket.cxx177 t_print("#asSocketAssign port number is %d\n", asSocketAssign.getLocalPort() );
H A Dosl_SocketAddr.cxx439 sal_Int32 newPort = sSocket.getLocalPort(); in setPort_002()
/aoo4110/main/jurt/com/sun/star/lib/connections/socket/
H A DSocketConnection.java79 + ",localPort=" + socket.getLocalPort() in SocketConnection()
/aoo4110/main/sal/inc/osl/
H A Dsocket_decl.hxx242 inline sal_Int32 SAL_CALL getLocalPort() const;
H A Dsocket.hxx270 inline sal_Int32 Socket::getLocalPort() const in getLocalPort() function in osl::Socket
/aoo4110/main/io/source/acceptor/
H A Dacc_socket.cxx194 buf.append( (sal_Int32) m_socket.getLocalPort() ); in completeConnectionString()
/aoo4110/main/vos/inc/vos/
H A Dsocket.hxx514 sal_Int32 SAL_CALL getLocalPort() const;
/aoo4110/main/vos/source/
H A Dsocket.cxx672 sal_Int32 OSocket::getLocalPort() const in getLocalPort() function in OSocket

Completed in 84 milliseconds