Lines Matching refs:usTimeout
2277 xSocket.u.xTCP.usTimeout = 10; in test_xTCPTimerCheck_NonEmptyList_SocketCheckError()
2306 xSocket.u.xTCP.usTimeout = 10; in test_xTCPTimerCheck_NonEmptyList_NoError()
2336 xSocket.u.xTCP.usTimeout = 10; in test_xTCPTimerCheck_NonEmptyList_DeltaLessThanTimeout()
2353 TEST_ASSERT_EQUAL( 9, xSocket.u.xTCP.usTimeout ); in test_xTCPTimerCheck_NonEmptyList_DeltaLessThanTimeout()
2369 xSocket.u.xTCP.usTimeout = 1008; in test_xTCPTimerCheck_NonEmptyList_DeltaLessThanTimeout1()
2386 TEST_ASSERT_EQUAL( 1007, xSocket.u.xTCP.usTimeout ); in test_xTCPTimerCheck_NonEmptyList_DeltaLessThanTimeout1()
2402 xSocket.u.xTCP.usTimeout = 1008; in test_xTCPTimerCheck_EventBitsNonZeroWontSleep()
2420 TEST_ASSERT_EQUAL( 1007, xSocket.u.xTCP.usTimeout ); in test_xTCPTimerCheck_EventBitsNonZeroWontSleep()
2436 xSocket.u.xTCP.usTimeout = 1008; in test_xTCPTimerCheck_EventBitsNonZeroWillSleep()
2454 TEST_ASSERT_EQUAL( 1007, xSocket.u.xTCP.usTimeout ); in test_xTCPTimerCheck_EventBitsNonZeroWillSleep()
2812 TEST_ASSERT_EQUAL( 1U, xSocket.u.xTCP.usTimeout ); in test_lTCPAddRxdata_FrontSpaceLessThanLowMark()
2890 TEST_ASSERT_EQUAL( 0U, xSocket.u.xTCP.usTimeout ); in test_lTCPAddRxdata_HasValidHandler()
2934 TEST_ASSERT_EQUAL( 0U, xSocket.u.xTCP.usTimeout ); in test_lTCPAddRxdata_HasValidHandler_DataNULL()
2977 TEST_ASSERT_EQUAL( 0U, xSocket.u.xTCP.usTimeout ); in test_lTCPAddRxdata_HasValidHandler_NonZeroOffset()
3022 TEST_ASSERT_EQUAL( 0U, xSocket.u.xTCP.usTimeout ); in test_lTCPAddRxdata_HasValidHandlerWithNonZeroSize()