Searched refs:qtest_init_with_serial (Results 1 – 4 of 4) sorted by relevance
216 QTestState *qts = qtest_init_with_serial("-M b-l475e-iot01a", &sock_fd); in test_receive_char()246 QTestState *qts = qtest_init_with_serial("-M b-l475e-iot01a", &sock_fd); in test_send_char()275 QTestState *qts = qtest_init_with_serial("-M b-l475e-iot01a", &sock_fd); in test_receive_str()291 QTestState *qts = qtest_init_with_serial("-M b-l475e-iot01a", &sock_fd); in test_send_str()
89 QTestState *qtest_init_with_serial(const char *extra_args, int *sock_fd);
78 QTestState *qts = qtest_init_with_serial("-M microbit", &sock_fd); in test_nrf51_uart()
569 QTestState *qtest_init_with_serial(const char *extra_args, int *sock_fd) in qtest_init_with_serial() function