Lines Matching refs:getOption
2051 class getOption : public ::testing::Test class
2074 TEST_F(getOption, getOption_001) in TEST_F() argument
2080 sSocket.getOption( osl_Socket_OptionType, pType, sizeof ( sal_Int32 ) ); in TEST_F()
2090 TEST_F(getOption, getOption_004) in TEST_F() argument
2096 … sal_Int32 nRes = sSocket.getOption( osl_Socket_OptionInvalid, pbDontRoute, sizeof ( sal_Bool ) ); in TEST_F()
2102 TEST_F(getOption, getOption_simple_001) in TEST_F() argument
2107 sal_Bool bOK = ( sal_False == sSocket.getOption( osl_Socket_OptionDontRoute ) ); in TEST_F()
2112 TEST_F(getOption, getOption_simple_002) in TEST_F() argument
2117 sal_Bool bOK = ( sal_False == sSocket.getOption( osl_Socket_OptionDebug ) ); in TEST_F()
2170 … sal_Int32 n2 = asAcceptorSocket.getOption( osl_Socket_OptionDontRoute, pGetBuffer, nBufferLen ); in TEST_F()
2183 … sal_Int32 n4 = asAcceptorSocket.getOption( osl_Socket_OptionDontRoute, pGetBuffer, nBufferLen ); in TEST_F()
2227 … sal_Int32 n1 = asAcceptorSocket.getOption( osl_Socket_OptionLinger, &aLingerGet, nBufferLen ); in TEST_F()
2251 sal_Bool bOK = ( 0 != asAcceptorSocket.getOption( osl_Socket_OptionDontRoute ) ); in TEST_F()
2253 …printf("setOption_simple_001(): getoption is %d \n", asAcceptorSocket.getOption( osl_Socket_Option… in TEST_F()