Lines Matching refs:getOption
969 class getOption : public CppUnit::TestFixture class
997 sSocket.getOption( osl_Socket_OptionType, pType, sizeof ( sal_Int32 ) ); in getOption_001()
1014 … sal_Int32 nRes = sSocket.getOption( osl_Socket_OptionInvalid, pbDontRoute, sizeof ( sal_Bool ) ); in getOption_004()
1026 sal_Bool bOK = ( sal_False == sSocket.getOption( osl_Socket_OptionDontRoute ) ); in getOption_simple_001()
1037 sal_Bool bOK = ( sal_False == sSocket.getOption( osl_Socket_OptionDebug ) ); in getOption_simple_002()
1043 CPPUNIT_TEST_SUITE( getOption );
1101 sal_Int32 n2 = asAcceptorSocket.getOption( osl_Socket_OptionDontRoute, pGetBuffer, nBufferLen ); in setOption_001()
1114 sal_Int32 n4 = asAcceptorSocket.getOption( osl_Socket_OptionDontRoute, pGetBuffer, nBufferLen ); in setOption_001()
1159 sal_Int32 n1 = asAcceptorSocket.getOption( osl_Socket_OptionLinger, &aLingerGet, nBufferLen ); in setOption_002()
1185 sal_Bool bOK = ( 0 != asAcceptorSocket.getOption( osl_Socket_OptionDontRoute ) ); in setOption_simple_001()
1187 …t_print("setOption_simple_001(): getoption is %d \n", asAcceptorSocket.getOption( osl_Socket_Optio… in setOption_simple_001()
1450 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(osl_Socket::getOption, "osl_Socket");