Searched refs:getHostName (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/ucb/source/ucp/webdav/ |
H A D | SerfSession.cxx | 391 getHostName(), in provideSerfCredentials() 508 getHostName(), sServerCertificateSubject ) ); in verifySerfCertificateChain() 578 … xCertificateContainer->addCertificate(getHostName(), sServerCertificateSubject, sal_True); in verifySerfCertificateChain() 592 … xCertificateContainer->addCertificate(getHostName(), sServerCertificateSubject, sal_False); in verifySerfCertificateChain() 611 … static_cast<sal_Int32>(nVerificationResult), xServerCertificate, getHostName() ) ); in verifySerfCertificateChain() 622 … xCertificateContainer->addCertificate( getHostName(), sServerCertificateSubject, sal_True ); in verifySerfCertificateChain() 628 … xCertificateContainer->addCertificate( getHostName(), sServerCertificateSubject, sal_False ); in verifySerfCertificateChain() 636 … xCertificateContainer->addCertificate( getHostName(), sServerCertificateSubject, sal_False ); in verifySerfCertificateChain() 1691 rtl::OUString hostName = getHostName(); in isDomainMatch()
|
H A D | SerfRequestProcessor.cxx | 517 … SerfUri::makeConnectionEndPointString( mrSerfSession.getHostName(), in postprocessProcessor() 523 … SerfUri::makeConnectionEndPointString( mrSerfSession.getHostName(), in postprocessProcessor()
|
H A D | SerfSession.hxx | 259 const rtl::OUString & getHostName() const { return m_aUri.GetHost(); } in getHostName() function in http_dav_ucp::SerfSession
|
/aoo4110/main/qadevOOo/runner/helper/ |
H A D | SimpleMailSender.java | 113 sendline(input, output, "HELO " + getHostName()); in sendMail() 155 private String getHostName() { in getHostName() method in SimpleMailSender 161 hostname = addr.getHostName(); in getHostName()
|
/aoo4110/main/scripting/examples/java/Newsgroup/ |
H A D | PostNewsgroup.java | 309 hostTextField.setText( subscribedNewsgroups[ position ].getHostName() ); in getNewsgroupCombo() 310 …n ].getNewsgroupName() + " (Host name: " + subscribedNewsgroups[ position ].getHostName() + ")" ); in getNewsgroupCombo() 347 …subscribedNewsgroups[j].getNewsgroupName() + " (" + subscribedNewsgroups[j].getHostName() + ")" ); in getNewsgroupCombo() 348 …subscribedNewsgroups[i].getNewsgroupName() + " (" + subscribedNewsgroups[i].getHostName() + ")" ); in getNewsgroupCombo() 462 host = subscribedNewsgroups[ position ].getHostName(); in sendingActions()
|
H A D | SubscribedNewsgroups.java | 46 …System.out.println( "Hostname is: " + allGroups[i].getHostName() + " Newsgroup is: " + allGroups[i… in main() 163 if(newsgroup.getHostName().equalsIgnoreCase( tempGroup.getHostName()) && in listed()
|
H A D | NewsGroup.java | 34 public String getHostName() in getHostName() method in NewsGroup
|
/aoo4110/main/jurt/com/sun/star/lib/connections/socket/ |
H A D | SocketConnection.java | 78 + ",localHost=" + socket.getLocalAddress().getHostName() in SocketConnection() 80 + ",peerHost=" + socket.getInetAddress().getHostName() in SocketConnection()
|
/aoo4110/test/testcommon/source/org/openoffice/test/common/ |
H A D | SystemUtil.java | 532 public static String getHostName() { in getHostName() method in SystemUtil 534 return InetAddress.getLocalHost().getHostName(); in getHostName()
|
H A D | XMLReporter.java | 186 String hostnameStr = SystemUtil.getHostName(); in store()
|
Completed in 58 milliseconds