Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/logging/log_switch_format/src/
Dmock_backend.c18 uint8_t test_output_buf[256]; variable
33 test_output_buf[pos_in_buf] = *data; in char_out()
41 zassert_not_equal(pos_in_buf, sizeof(test_output_buf)-1, in char_out()
81 const char *output_str = test_output_buf; in validate_log_type()
95 memset(test_output_buf, 0, sizeof(test_output_buf)); in validate_log_type()
/Zephyr-latest/tests/subsys/logging/log_syst/src/
Dmock_backend.c17 uint8_t test_output_buf[256]; variable
32 test_output_buf[pos_in_buf] = *data; in char_out()
37 zassert_not_equal(pos_in_buf, sizeof(test_output_buf)-1, in char_out()
67 const char *output_str = test_output_buf; in validate_msg()
105 memset(test_output_buf, 0, sizeof(test_output_buf)); in validate_msg()