Searched refs:ux_test_action_handler (Results 1 – 7 of 7) sorted by relevance
| /USBX-v6.2.1/test/regression/ |
| D | ux_test_race_condition_overrides.c | 24 action = ux_test_action_handler(UX_TEST_HOST_STACK_TRANSFER_REQUEST, ¶ms); in _ux_host_stack_transfer_request() 188 action = ux_test_action_handler(UX_TEST_HOST_STACK_INTERFACE_SET, ¶ms); in _ux_host_stack_interface_set()
|
| D | ux_test_utility_sim.c | 223 action = ux_test_action_handler(UX_TEST_OVERRIDE_TX_SEMAPHORE_CREATE, &action_params); in _tx_semaphore_create() 387 action = ux_test_action_handler(UX_TEST_OVERRIDE_TX_SEMAPHORE_GET, ¶ms); in _tx_semaphore_get() 578 action = ux_test_action_handler(UX_TEST_OVERRIDE_TX_MUTEX_CREATE, &action_params); in _tx_mutex_create() 749 action = ux_test_action_handler(UX_TEST_OVERRIDE_TX_THREAD_CREATE, &action_params); in _tx_thread_create() 1043 action = ux_test_action_handler(UX_TEST_OVERRIDE_TX_MUTEX_GET, &action_params); in _tx_mutex_get() 1443 action = ux_test_action_handler(UX_TEST_OVERRIDE_TX_THREAD_PREEMPTION_CHANGE, ¶ms); in _tx_thread_preemption_change() 2357 action = ux_test_action_handler(UX_TEST_OVERRIDE_NX_PACKET_POOL_CREATE, &action_params); in _nx_packet_pool_create() 2534 action = ux_test_action_handler(UX_TEST_OVERRIDE_NX_PACKET_ALLOCATE, &action_params); in _nx_packet_allocate()
|
| D | ux_test_dcd_sim_slave.c | 202 action = ux_test_action_handler(UX_TEST_OVERRIDE_UX_DCD_SIM_SLAVE_FUNCTION, ¶ms); in _ux_test_dcd_sim_slave_function()
|
| D | ux_test_hcd_sim_host.c | 230 action = ux_test_action_handler(UX_TEST_OVERRIDE_UX_HCD_SIM_HOST_ENTRY, ¶ms); in _ux_test_hcd_sim_host_entry()
|
| D | ux_test.h | 418 UX_TEST_ACTION ux_test_action_handler(UX_TEST_FUNCTION usbx_function, void *_params);
|
| D | ux_test.c | 662 UX_TEST_ACTION ux_test_action_handler(UX_TEST_FUNCTION usbx_function, void *params) in ux_test_action_handler() function 1346 action = ux_test_action_handler(UX_TEST_OVERRIDE_ERROR_CALLBACK, ¶ms); in ux_test_error_callback()
|
| D | usbx_storage_tests.c | 5677 action = ux_test_action_handler(UX_TEST_OVERRIDE_UX_DEVICE_MEDIA_STATUS, ¶ms); in default_device_media_status() 5707 action = ux_test_action_handler(UX_TEST_OVERRIDE_UX_DEVICE_MEDIA_READ, ¶ms); in default_device_media_read() 5782 action = ux_test_action_handler(UX_TEST_OVERRIDE_UX_DEVICE_MEDIA_WRITE, ¶ms); in default_device_media_write() 5844 ux_test_action_handler(UX_TEST_OVERRIDE_UX_DEVICE_MEDIA_FLUSH, ¶ms); in default_device_media_flush()
|