Lines Matching refs:getOption
850 class getOption : public ::testing::Test class
874 TEST_F(getOption, getOption_001) in TEST_F() argument
880 sSocket.getOption( osl_Socket_OptionType, pType, sizeof ( sal_Int32 ) ); in TEST_F()
890 TEST_F(getOption, getOption_004) in TEST_F() argument
896 … sal_Int32 nRes = sSocket.getOption( osl_Socket_OptionInvalid, pbDontRoute, sizeof ( sal_Bool ) ); in TEST_F()
902 TEST_F(getOption, getOption_simple_001) in TEST_F() argument
907 sal_Bool bOK = ( sal_False == sSocket.getOption( osl_Socket_OptionDontRoute ) ); in TEST_F()
912 TEST_F(getOption, getOption_simple_002) in TEST_F() argument
917 sal_Bool bOK = ( sal_False == sSocket.getOption( osl_Socket_OptionDebug ) ); in TEST_F()
970 … sal_Int32 n2 = asAcceptorSocket.getOption( osl_Socket_OptionDontRoute, pGetBuffer, nBufferLen ); in TEST_F()
983 … sal_Int32 n4 = asAcceptorSocket.getOption( osl_Socket_OptionDontRoute, pGetBuffer, nBufferLen ); in TEST_F()
1027 … sal_Int32 n1 = asAcceptorSocket.getOption( osl_Socket_OptionLinger, &aLingerGet, nBufferLen ); in TEST_F()
1051 sal_Bool bOK = ( 0 != asAcceptorSocket.getOption( osl_Socket_OptionDontRoute ) ); in TEST_F()
1053 …printf("setOption_simple_001(): getoption is %d \n", asAcceptorSocket.getOption( osl_Socket_Option… in TEST_F()