Lines Matching refs:usTimeout
2396 xSocket.u.xTCP.usTimeout = 10; in test_xTCPTimerCheck_NonEmptyList_SocketCheckError()
2425 xSocket.u.xTCP.usTimeout = 10; in test_xTCPTimerCheck_NonEmptyList_NoError()
2455 xSocket.u.xTCP.usTimeout = 10; in test_xTCPTimerCheck_NonEmptyList_DeltaLessThanTimeout()
2472 TEST_ASSERT_EQUAL( 9, xSocket.u.xTCP.usTimeout ); in test_xTCPTimerCheck_NonEmptyList_DeltaLessThanTimeout()
2488 xSocket.u.xTCP.usTimeout = 1008; in test_xTCPTimerCheck_NonEmptyList_DeltaLessThanTimeout1()
2505 TEST_ASSERT_EQUAL( 1007, xSocket.u.xTCP.usTimeout ); in test_xTCPTimerCheck_NonEmptyList_DeltaLessThanTimeout1()
2521 xSocket.u.xTCP.usTimeout = 1008; in test_xTCPTimerCheck_EventBitsNonZeroWontSleep()
2539 TEST_ASSERT_EQUAL( 1007, xSocket.u.xTCP.usTimeout ); in test_xTCPTimerCheck_EventBitsNonZeroWontSleep()
2555 xSocket.u.xTCP.usTimeout = 1008; in test_xTCPTimerCheck_EventBitsNonZeroWillSleep()
2573 TEST_ASSERT_EQUAL( 1007, xSocket.u.xTCP.usTimeout ); in test_xTCPTimerCheck_EventBitsNonZeroWillSleep()
2981 TEST_ASSERT_EQUAL( 1U, xSocket.u.xTCP.usTimeout ); in test_lTCPAddRxdata_FrontSpaceLessThanLowMark()
3059 TEST_ASSERT_EQUAL( 0U, xSocket.u.xTCP.usTimeout ); in test_lTCPAddRxdata_HasValidHandler()
3103 TEST_ASSERT_EQUAL( 0U, xSocket.u.xTCP.usTimeout ); in test_lTCPAddRxdata_HasValidHandler_DataNULL()
3146 TEST_ASSERT_EQUAL( 0U, xSocket.u.xTCP.usTimeout ); in test_lTCPAddRxdata_HasValidHandler_NonZeroOffset()
3191 TEST_ASSERT_EQUAL( 0U, xSocket.u.xTCP.usTimeout ); in test_lTCPAddRxdata_HasValidHandlerWithNonZeroSize()