Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/subsys/logging/log_msg/src/
Dlog_msg_test.c164 log_msg_hexdump_data_get(msg, in test_log_hexdump_data_get_single_chunk()
183 log_msg_hexdump_data_get(msg, in test_log_hexdump_data_get_single_chunk()
203 log_msg_hexdump_data_get(msg, in test_log_hexdump_data_get_single_chunk()
224 log_msg_hexdump_data_get(msg, in test_log_hexdump_data_get_single_chunk()
264 log_msg_hexdump_data_get(msg, in test_log_hexdump_data_get_two_chunks()
283 log_msg_hexdump_data_get(msg, in test_log_hexdump_data_get_two_chunks()
302 log_msg_hexdump_data_get(msg, in test_log_hexdump_data_get_two_chunks()
319 log_msg_hexdump_data_get(msg, in test_log_hexdump_data_get_two_chunks()
357 log_msg_hexdump_data_get(msg, in test_log_hexdump_data_get_multiple_chunks()
375 log_msg_hexdump_data_get(msg, in test_log_hexdump_data_get_multiple_chunks()
[all …]
/Zephyr-Core-2.7.6/include/logging/
Dlog_msg.h305 void log_msg_hexdump_data_get(struct log_msg *msg,
/Zephyr-Core-2.7.6/subsys/logging/
Dlog_output.c434 log_msg_hexdump_data_get(msg, buf, &length, offset); in hexdump_print()
475 log_msg_hexdump_data_get(msg, output->buf, &length, offset); in raw_string_print()
Dlog_output_syst.c624 log_msg_hexdump_data_get(msg, buf, &length, 0);
638 log_msg_hexdump_data_get(msg, buf, &length, 0);
Dlog_msg.c479 void log_msg_hexdump_data_get(struct log_msg *msg, in log_msg_hexdump_data_get() function
/Zephyr-Core-2.7.6/tests/subsys/logging/log_api/src/
Dmock_backend.c206 log_msg_hexdump_data_get(msg, &d, &l, offset); in hexdump_cmp()