Home
last modified time | relevance | path

Searched refs:xTickCountAck (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_IP/
DFreeRTOS_TCP_IP_utest.c429 BaseType_t xTickCountAck = 0xAABBEEDD; in test_prvTCPTouchSocket() local
434 xTaskGetTickCount_ExpectAndReturn( xTickCountAck ); in test_prvTCPTouchSocket()
439 TEST_ASSERT_EQUAL( xTickCountAck, xSocket.u.xTCP.xLastActTime ); in test_prvTCPTouchSocket()
584 BaseType_t xTickCountAck = 0xAABBEEDD; in test_vTCPStateChange_ClosedState() local
590 xTaskGetTickCount_ExpectAndReturn( xTickCountAck ); in test_vTCPStateChange_ClosedState()
598 TEST_ASSERT_EQUAL( xTickCountAck, xSocket.u.xTCP.xLastActTime ); in test_vTCPStateChange_ClosedState()
611 BaseType_t xTickCountAck = 0xAABBEEDD; in test_vTCPStateChange_ClosedWaitState_PrvStateSyn() local
620 xTaskGetTickCount_ExpectAndReturn( xTickCountAck ); in test_vTCPStateChange_ClosedWaitState_PrvStateSyn()
628 TEST_ASSERT_EQUAL( xTickCountAck, xSocket.u.xTCP.xLastActTime ); in test_vTCPStateChange_ClosedWaitState_PrvStateSyn()
641 BaseType_t xTickCountAck = 0xAABBEEDD; in test_vTCPStateChange_ClosedWaitState_PrvStateSynFirst() local
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_IP_DiffConfig/
DFreeRTOS_TCP_IP_DiffConfig_utest.c127 BaseType_t xTickCountAck = 0xAABBEEDD; in test_vTCPStateChange_ClosedToEstablishedState_SelectWrite_QueuedBitSet() local
142 xTaskGetTickCount_ExpectAndReturn( xTickCountAck ); in test_vTCPStateChange_ClosedToEstablishedState_SelectWrite_QueuedBitSet()
154 BaseType_t xTickCountAck = 0xAABBEEDD; in test_vTCPStateChange_ClosedWaitState_CurrentStateSynFirstNextStateCloseWait() local
166 xTaskGetTickCount_ExpectAndReturn( xTickCountAck ); in test_vTCPStateChange_ClosedWaitState_CurrentStateSynFirstNextStateCloseWait()
174 TEST_ASSERT_EQUAL( xTickCountAck, xSocket.u.xTCP.xLastActTime ); in test_vTCPStateChange_ClosedWaitState_CurrentStateSynFirstNextStateCloseWait()