Home
last modified time | relevance | path

Searched refs:ux_test_do_hooks_before (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/test/regression/
Dux_test_dcd_sim_slave.c200 ux_test_do_hooks_before(UX_TEST_OVERRIDE_UX_DCD_SIM_SLAVE_FUNCTION, &params); in _ux_test_dcd_sim_slave_function()
Dux_test_hcd_sim_host.c226 action_taken = ux_test_do_hooks_before(UX_TEST_OVERRIDE_UX_HCD_SIM_HOST_ENTRY, &params); in _ux_test_hcd_sim_host_entry()
Dux_test_utility_sim.c385 ux_test_do_hooks_before(UX_TEST_OVERRIDE_TX_SEMAPHORE_GET, &params); in _tx_semaphore_get()
575 ux_test_do_hooks_before(UX_TEST_OVERRIDE_TX_MUTEX_CREATE, &action_params); in _tx_mutex_create()
1040 ux_test_do_hooks_before(UX_TEST_OVERRIDE_TX_MUTEX_GET, &action_params); in _tx_mutex_get()
1781 ux_test_do_hooks_before(UX_TEST_OVERRIDE_TX_MUTEX_PUT, &action_params); in _tx_mutex_put()
Dux_test.h405 ULONG ux_test_do_hooks_before(UX_TEST_FUNCTION usbx_function, VOID *params);
Dux_test.c305 ULONG ux_test_do_hooks_before(UX_TEST_FUNCTION usbx_function, VOID *params) in ux_test_do_hooks_before() function
1343 if (ux_test_do_hooks_before(UX_TEST_OVERRIDE_ERROR_CALLBACK, &params)) in ux_test_error_callback()