Searched refs:getLocalPort (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sal/qa/osl/socket/ |
H A D | osl_Socket2.cxx | 417 class getLocalPort : public ::testing::Test class 433 TEST_F(getLocalPort, getLocalPort_001) in TEST_F() argument 444 sal_Bool bOK = ( IP_PORT_MYPORT7 == sSocket.getLocalPort( ) ); in TEST_F() 457 TEST_F(getLocalPort, getLocalPort_002) in TEST_F() argument 465 ::rtl::OUString suError = outputError(::rtl::OUString::valueOf(sSocket.getLocalPort( )), in TEST_F() 468 sal_Bool bOK = ( OSL_INVALID_PORT == sSocket.getLocalPort( ) ); in TEST_F() 478 TEST_F(getLocalPort, getLocalPort_003) in TEST_F() argument 488 ::rtl::OUString suError = outputError(::rtl::OUString::valueOf(sSocket.getLocalPort( )), in TEST_F() 491 sal_Bool bOK = ( sSocket.getLocalPort( ) >= 1 && sSocket.getLocalPort( ) <= 65535); in TEST_F()
|
H A D | osl_Socket.cxx | 1012 sal_Int32 newPort = sSocket.getLocalPort(); in TEST_F() 1615 class getLocalPort : public ::testing::Test class 1631 TEST_F(getLocalPort, getLocalPort_001) in TEST_F() argument 1642 sal_Bool bOK = ( IP_PORT_MYPORT7 == sSocket.getLocalPort( ) ); in TEST_F() 1656 TEST_F(getLocalPort, getLocalPort_002) 1664 ::rtl::OUString suError = outputError(::rtl::OUString::valueOf(sSocket.getLocalPort( )), 1667 sal_Bool bOK = ( OSL_INVALID_PORT == sSocket.getLocalPort( ) ); 1678 TEST_F(getLocalPort, getLocalPort_003) in TEST_F() argument 1688 ::rtl::OUString suError = outputError(::rtl::OUString::valueOf(sSocket.getLocalPort( )), in TEST_F() 1691 sal_Bool bOK = ( sSocket.getLocalPort( ) >= 1 && sSocket.getLocalPort( ) <= 65535); in TEST_F() [all …]
|
H A D | osl_AcceptorSocket.cxx | 172 printf("#asSocketAssign port number is %d\n", asSocketAssign.getLocalPort() );
|
H A D | osl_SocketAddr.cxx | 392 sal_Int32 newPort = sSocket.getLocalPort(); in TEST_F()
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/socket/ |
H A D | SocketConnection.java | 79 + ",localPort=" + socket.getLocalPort() in SocketConnection()
|
/aoo42x/main/sal/inc/osl/ |
H A D | socket_decl.hxx | 242 inline sal_Int32 SAL_CALL getLocalPort() const;
|
H A D | socket.hxx | 270 inline sal_Int32 Socket::getLocalPort() const in getLocalPort() function in osl::Socket
|
/aoo42x/main/io/source/acceptor/ |
H A D | acc_socket.cxx | 194 buf.append( (sal_Int32) m_socket.getLocalPort() ); in completeConnectionString()
|
/aoo42x/main/vos/inc/vos/ |
H A D | socket.hxx | 515 sal_Int32 SAL_CALL getLocalPort() const;
|
/aoo42x/main/vos/source/ |
H A D | socket.cxx | 672 sal_Int32 OSocket::getLocalPort() const in getLocalPort() function in OSocket
|
Completed in 82 milliseconds