Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/shell/shell_history/src/
Dshell_history_test.c114 uint8_t exp3_buf[HIST_BUF_SIZE]; in ZTEST() local
118 init_test_buf(exp3_buf, sizeof(exp3_buf), 20); in ZTEST()
124 z_shell_history_put(&history, exp3_buf, 20); in ZTEST()
126 test_get(true, true, exp3_buf, 20); /* up - 3*/ in ZTEST()
132 test_get(true, false, exp3_buf, 20); /* down - 3 */ in ZTEST()
232 uint8_t exp3_buf[HIST_BUF_SIZE]; in ZTEST() local
237 init_test_buf(exp3_buf, sizeof(exp3_buf), 20); in ZTEST()
249 z_shell_history_put(&history, exp3_buf, max_len); in ZTEST()
250 test_get(true, true, exp3_buf, max_len); in ZTEST()