Searched refs:getServicePort (Results 1 – 6 of 6) sorted by relevance
694 …ASSERT_TRUE(IP_PORT_FTP== ::osl::SocketAddr::getServicePort( suServiceFTP, suProtocolTCP )) << "te… in TEST_F()701 …ASSERT_TRUE(IP_PORT_TELNET== ::osl::SocketAddr::getServicePort( suServiceTELNET, suProtocolTCP )) … in TEST_F()709 …ASSERT_TRUE(IP_PORT_NETBIOS_DGM == ::osl::SocketAddr::getServicePort( suServiceNETBIOS, suProtocol… in TEST_F()715 …ASSERT_TRUE(OSL_INVALID_PORT == ::osl::SocketAddr::getServicePort( ::rtl::OUString::createFromAsci… in TEST_F()
1307 …ASSERT_TRUE(IP_PORT_FTP== ::osl::SocketAddr::getServicePort( aServiceFTP, aProtocolTCP )) << "test… in TEST_F()1312 …ASSERT_TRUE(IP_PORT_TELNET== ::osl::SocketAddr::getServicePort( aServiceTELNET, aProtocolTCP )) <<… in TEST_F()1318 …ASSERT_TRUE(IP_PORT_NETBIOS_DGM == ::osl::SocketAddr::getServicePort( aServiceNETBIOS, aProtocolUD… in TEST_F()1323 …ASSERT_TRUE(OSL_INVALID_PORT == ::osl::SocketAddr::getServicePort( ::rtl::OUString::createFromAsci… in TEST_F()
161 static inline sal_Int32 SAL_CALL getServicePort(
185 inline sal_Int32 SAL_CALL SocketAddr::getServicePort( in getServicePort() function in osl::SocketAddr
329 static sal_Int32 SAL_CALL getServicePort(const ::rtl::OUString& strServiceName,
269 sal_Int32 OInetSocketAddr::getServicePort(const rtl::OUString& ustrServiceName, in getServicePort() function in OInetSocketAddr
Completed in 42 milliseconds