Lines Matching refs:getLocalHost
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 );
2069 sal_Bool bOK2 = compareUString( sSocket.getLocalHost( ), saBindSocketAddr.getHostname( ) ) ; in bind_001()
2083 sal_Bool bOK2 = compareUString( sSocket.getLocalHost( ), getThisHostname( ) ) ; in bind_002()
2779 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(osl_Socket::getLocalHost, "osl_Socket");