Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/tests/subsys/logging/log_syst/src/
Dmain.c46 log_format_func_t test_log_output_func = log_format_func_t_get(test_log_type_syst); in ZTEST()
56 log_format_func_t test_log_output_func = log_format_func_t_get(test_log_type_text); in ZTEST()
Dmock_backend.c52 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
/Zephyr-Core-3.6.0/subsys/logging/backends/
Dlog_backend_xtensa_sim.c45 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
Dlog_backend_adsp.c76 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
Dlog_backend_efi_console.c46 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
Dlog_backend_native_posix.c78 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
Dlog_backend_spinel.c38 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
Dlog_backend_swo.c82 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in log_backend_swo_process()
Dlog_backend_adsp_mtrace.c182 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
Dlog_backend_ble.c159 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
Dlog_backend_rtt.c292 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
Dlog_backend_net.c184 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
Dlog_backend_uart.c132 log_format_func_t log_output_func = log_format_func_t_get(data->log_format_current); in process()
Dlog_backend_fs.c485 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
/Zephyr-Core-3.6.0/tests/subsys/logging/log_switch_format/src/
Dmock_backend.c56 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
Dmain.c146 zassert_equal(log_format_func_t_get(i), expected_values[i], in test_log_switch_format_func_t_get()
/Zephyr-Core-3.6.0/include/zephyr/logging/
Dlog_output.h118 log_format_func_t log_format_func_t_get(uint32_t log_type);
Dlog_backend.h328 if (log_format_func_t_get(log_type) == NULL) { in log_backend_format_set()
/Zephyr-Core-3.6.0/subsys/logging/
Dlog_core.c86 log_format_func_t log_format_func_t_get(uint32_t log_type) in log_format_func_t_get() function