Searched refs:getLocalHost (Results 1 – 13 of 13) sorted by relevance
| /AOO41X/main/sal/qa/osl/socket/ |
| H A D | osl_Socket2.cxx | 451 … sal_Bool bOK = compareUString( saLocalSocketAddr.getHostname( 0 ), sSocket.getLocalHost() ) ; in getLocalAddr_001() 566 class getLocalHost : public CppUnit::TestFixture class 596 bOK = compareUString( sSocket.getLocalHost( ), getThisHostname( ) ) ; in getLocalHost_001() 597 suError = outputError(sSocket.getLocalHost( ), getThisHostname( ), in getLocalHost_001() 602 bRes1 = compareUString( sSocket.getLocalHost( ), aUString ) ; in getLocalHost_001() 603 bRes2 = compareUString( sSocket.getLocalHost( ), saBindSocketAddr.getHostname(0) ) ; in getLocalHost_001() 605 …suError = outputError(sSocket.getLocalHost( ), aUString, "test for getLocalHost function: create l… in getLocalHost_001() 619 … sal_Bool bOK = compareUString( sSocket.getLocalHost( ), rtl::OUString::createFromAscii("") ) ; in getLocalHost_002() 620 …::rtl::OUString suError = outputError(sSocket.getLocalHost( ), rtl::OUString::createFromAscii(""),… in getLocalHost_002() 625 CPPUNIT_TEST_SUITE( getLocalHost ); [all …]
|
| H A D | osl_Socket.cxx | 1786 … sal_Bool bOK = compareUString( saLocalSocketAddr.getHostname( 0 ), sSocket.getLocalHost() ) ; in getLocalAddr_001() 1901 class getLocalHost : public CppUnit::TestFixture class 1931 bOK = compareUString( sSocket.getLocalHost( ), getThisHostname( ) ) ; in getLocalHost_001() 1932 suError = outputError(sSocket.getLocalHost( ), getThisHostname( ), in getLocalHost_001() 1937 bRes1 = compareUString( sSocket.getLocalHost( ), aUString ) ; in getLocalHost_001() 1938 bRes2 = compareUString( sSocket.getLocalHost( ), saBindSocketAddr.getHostname(0) ) ; in getLocalHost_001() 1940 …suError = outputError(sSocket.getLocalHost( ), aUString, "test for getLocalHost function: create l… in getLocalHost_001() 1954 sal_Bool bOK = compareUString( sSocket.getLocalHost( ), aNullURL ) ; in getLocalHost_002() 1955 …::rtl::OUString suError = outputError(sSocket.getLocalHost( ), aNullURL, "test for getLocalHost fu… in getLocalHost_002() 1960 CPPUNIT_TEST_SUITE( getLocalHost ); [all …]
|
| H A D | osl_Socket2.xsce | 22 osl_Socket.getLocalHost.getLocalHost_001 wntmsci
|
| H A D | osl_SocketOld.xsce | 26 osl_Socket.getLocalHost.getLocalHost_001 wntmsci
|
| /AOO41X/test/testcommon/source/org/openoffice/test/common/ |
| H A D | SystemUtil.java | 528 return InetAddress.getLocalHost().getHostAddress().toString(); in getIPAddress() 540 return InetAddress.getLocalHost().getHostName(); in getHostName()
|
| /AOO41X/main/qadevOOo/runner/helper/ |
| H A D | SimpleMailSender.java | 159 InetAddress addr = InetAddress.getLocalHost(); in getHostName()
|
| /AOO41X/main/io/source/connector/ |
| H A D | ctr_socket.cxx | 122 buf.append( m_socket.getLocalHost( ) ); in completeConnectionString()
|
| /AOO41X/main/sal/inc/osl/ |
| H A D | socket_decl.hxx | 247 inline ::rtl::OUString SAL_CALL getLocalHost() const;
|
| H A D | socket.hxx | 278 inline ::rtl::OUString Socket::getLocalHost() const in getLocalHost() function in osl::Socket
|
| /AOO41X/main/io/source/acceptor/ |
| H A D | acc_socket.cxx | 196 buf.append( m_socket.getLocalHost() ); in completeConnectionString()
|
| /AOO41X/main/vos/inc/vos/ |
| H A D | socket.hxx | 519 TResult SAL_CALL getLocalHost(::rtl::OUString& strLocalHost) const;
|
| /AOO41X/main/automation/source/simplecm/ |
| H A D | simplecm.cxx | 245 pStreamSocket->getLocalHost( aFQDN ); in GetMyName()
|
| /AOO41X/main/vos/source/ |
| H A D | socket.cxx | 695 OSocket::TResult OSocket::getLocalHost( rtl::OUString& pBuffer) const in getLocalHost() function in OSocket
|