Home
last modified time | relevance | path

Searched refs:host_printer (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_class_printer_basic_tests.c52 static UX_HOST_CLASS_PRINTER *host_printer = UX_NULL; variable
218 host_printer = printer_inst; in test_host_change_function()
222 if (host_printer == printer_inst) in test_host_change_function()
223 host_printer = UX_NULL; in test_host_change_function()
462 if (device_printer && host_printer) in _test_check_host_connection_error()
471 if (device_printer && host_printer) in _test_check_host_connection_success()
478 if (device_printer == UX_NULL && host_printer == UX_NULL) in _test_check_host_disconnection_success()
662 status = ux_host_class_printer_device_id_get(host_printer, host_buffer, sizeof(host_buffer)); in _printer_requests_test()
667 status = ux_host_class_printer_status_get(host_printer, &printer_port_status); in _printer_requests_test()
673 status = ux_host_class_printer_soft_reset(host_printer); in _printer_requests_test()
[all …]
Dusbx_class_printer_device_standalone_basic_tests.c46 static UX_HOST_CLASS_PRINTER *host_printer = UX_NULL; variable
214 host_printer = printer_inst; in test_host_change_function()
218 if (host_printer == printer_inst) in test_host_change_function()
219 host_printer = UX_NULL; in test_host_change_function()
413 if (device_printer && host_printer) in _test_check_host_connection_error()
422 if (device_printer && host_printer) in _test_check_host_connection_success()
429 if (device_printer == UX_NULL && host_printer == UX_NULL) in _test_check_host_disconnection_success()
613 status = ux_host_class_printer_device_id_get(host_printer, host_buffer, sizeof(host_buffer)); in _printer_requests_test()
618 status = ux_host_class_printer_status_get(host_printer, &printer_port_status); in _printer_requests_test()
624 status = ux_host_class_printer_soft_reset(host_printer); in _printer_requests_test()
[all …]
Dusbx_ux_host_class_printer_basic_tests.c52 static UX_HOST_CLASS_PRINTER *host_printer = UX_NULL; variable
216 host_printer = printer_inst; in test_host_change_function()
220 if (host_printer == printer_inst) in test_host_change_function()
221 host_printer = UX_NULL; in test_host_change_function()
459 if (device_printer && host_printer) in _test_check_host_connection_error()
468 if (device_printer && host_printer) in _test_check_host_connection_success()
475 if (device_printer == UX_NULL && host_printer == UX_NULL) in _test_check_host_disconnection_success()
659 status = ux_host_class_printer_device_id_get(host_printer, host_buffer, sizeof(host_buffer)); in _printer_requests_test()
664 status = ux_host_class_printer_status_get(host_printer, &printer_port_status); in _printer_requests_test()
670 status = ux_host_class_printer_soft_reset(host_printer); in _printer_requests_test()
[all …]
Dusbx_msrc_81572_standalone_host_printer_allocated_enum_free_test.c52 static UX_HOST_CLASS_PRINTER *host_printer = UX_NULL; variable
249 host_printer = printer_inst; in test_host_change_function()
253 if (host_printer == printer_inst) in test_host_change_function()
254 host_printer = UX_NULL; in test_host_change_function()
415 if (device_printer && host_printer) in _test_check_host_connection_error()
424 if (device_printer && host_printer) in _test_check_host_connection_success()
431 if (device_printer == UX_NULL && host_printer == UX_NULL) in _test_check_host_disconnection_success()
459 if (host_printer != UX_NULL) in tx_test_thread_host_simulation_entry()