Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_hid_keyboard_key_with_report_id_test.c347 ULONG expected_key; in tx_demo_thread_host_simulation_entry() local
379 expected_key = ux_host_class_hid_keyboard_regular_array[i]; in tx_demo_thread_host_simulation_entry()
381 if (keyboard_key != expected_key) in tx_demo_thread_host_simulation_entry()
403 expected_key = ux_host_class_hid_keyboard_regular_array[i]; in tx_demo_thread_host_simulation_entry()
405 if (keyboard_key != expected_key) in tx_demo_thread_host_simulation_entry()
427 expected_key = ux_host_class_hid_keyboard_shift_array[i]; in tx_demo_thread_host_simulation_entry()
429 if (keyboard_key != expected_key) in tx_demo_thread_host_simulation_entry()
447 expected_key = ux_host_class_hid_keyboard_numlock_on_array[i]; in tx_demo_thread_host_simulation_entry()
465 expected_key = ux_host_class_hid_keyboard_numlock_off_array[i]; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_keyboard_key_test.c446 ULONG expected_key; in tx_demo_thread_host_simulation_entry() local
490 expected_key = ux_host_class_hid_keyboard_regular_array[i]; in tx_demo_thread_host_simulation_entry()
492 if (keyboard_key != expected_key) in tx_demo_thread_host_simulation_entry()
524 expected_key = test_array[n][i]; in tx_demo_thread_host_simulation_entry()
526 if (keyboard_key != expected_key) in tx_demo_thread_host_simulation_entry()
529 …d, state 0x%lx, key 0x%lx <> 0x%lx\n", __LINE__, n, i, keyboard_state, expected_key, keyboard_key); in tx_demo_thread_host_simulation_entry()
554 expected_key = ux_host_class_hid_keyboard_numlock_on_array[i]; in tx_demo_thread_host_simulation_entry()
578 expected_key = ux_host_class_hid_keyboard_numlock_off_array[i]; in tx_demo_thread_host_simulation_entry()
583 … %ld, state 0x%lx, key 0x%lx <> 0x%lx\n", __LINE__, i, keyboard_state, expected_key, keyboard_key); in tx_demo_thread_host_simulation_entry()
652 expected_key = i; in tx_demo_thread_host_simulation_entry()
[all …]