Home
last modified time | relevance | path

Searched refs:xWantedItemValue (Results 1 – 7 of 7) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets_DiffConfig1/
DFreeRTOS_Sockets_DiffConfig1_privates_utest.c101 TickType_t xWantedItemValue, in vpxListFindListItemWithValue_Found() argument
108 listGET_LIST_ITEM_VALUE_ExpectAndReturn( pxReturn, xWantedItemValue ); in vpxListFindListItemWithValue_Found()
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets_DiffConfig/
DFreeRTOS_Sockets_DiffConfig_privates_utest.c101 TickType_t xWantedItemValue, in vpxListFindListItemWithValue_Found() argument
108 listGET_LIST_ITEM_VALUE_ExpectAndReturn( pxReturn, xWantedItemValue ); in vpxListFindListItemWithValue_Found()
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_privates_utest.c102 TickType_t xWantedItemValue, in vpxListFindListItemWithValue_Found() argument
109 listGET_LIST_ITEM_VALUE_ExpectAndReturn( pxReturn, xWantedItemValue ); in vpxListFindListItemWithValue_Found()
1541 TickType_t xWantedItemValue = 53768; in test_prvGetPrivatePortNumber_TCP_Found() local
1549 listGET_LIST_ITEM_VALUE_ExpectAndReturn( &xIterator, xWantedItemValue ); in test_prvGetPrivatePortNumber_TCP_Found()
1557 TEST_ASSERT_EQUAL( xWantedItemValue, usReturn ); in test_prvGetPrivatePortNumber_TCP_Found()
1604 TickType_t xWantedItemValue = 53768; in test_prvGetPrivatePortNumber_UDP_Found() local
1612 listGET_LIST_ITEM_VALUE_ExpectAndReturn( &xIterator, xWantedItemValue ); in test_prvGetPrivatePortNumber_UDP_Found()
1620 TEST_ASSERT_EQUAL( xWantedItemValue, usReturn ); in test_prvGetPrivatePortNumber_UDP_Found()
1635 TickType_t xWantedItemValue = 53768; in test_prvGetPrivatePortNumber_UDP_NotFoundAfterAllIterations() local
1643 listGET_LIST_ITEM_VALUE_IgnoreAndReturn( xWantedItemValue ); in test_prvGetPrivatePortNumber_UDP_NotFoundAfterAllIterations()
[all …]
DFreeRTOS_Sockets_UDP_API_utest.c102 TickType_t xWantedItemValue, in vpxListFindListItemWithValue_Found() argument
109 listGET_LIST_ITEM_VALUE_ExpectAndReturn( pxReturn, xWantedItemValue ); in vpxListFindListItemWithValue_Found()
DFreeRTOS_Sockets_TCP_API_utest.c102 TickType_t xWantedItemValue, in vpxListFindListItemWithValue_Found() argument
109 listGET_LIST_ITEM_VALUE_ExpectAndReturn( pxReturn, xWantedItemValue ); in vpxListFindListItemWithValue_Found()
DFreeRTOS_Sockets_GenericAPI_utest.c102 TickType_t xWantedItemValue, in vpxListFindListItemWithValue_Found() argument
109 listGET_LIST_ITEM_VALUE_ExpectAndReturn( pxReturn, xWantedItemValue ); in vpxListFindListItemWithValue_Found()
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c116 TickType_t xWantedItemValue );
2249 TickType_t xWantedItemValue ) in pxListFindListItemWithValue() argument
2266 if( listGET_LIST_ITEM_VALUE( pxIterator ) == xWantedItemValue ) in pxListFindListItemWithValue()