Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/logging/log_switch_format/src/
Dmain.c57 backend = log_format_set_all_active_backends(log_type); in test_log_switch_format_success_case()
66 backend = log_format_set_all_active_backends(log_type); in test_log_switch_format_success_case()
75 backend = log_format_set_all_active_backends(log_type); in test_log_switch_format_success_case()
116 backend = log_format_set_all_active_backends(log_type); in test_log_switch_format_set_all_active_backends()
121 backend = log_format_set_all_active_backends(log_type); in test_log_switch_format_set_all_active_backends()
/Zephyr-latest/samples/subsys/logging/syst/src/
Dmain.c104 log_format_set_all_active_backends(log_type); in main()
109 log_format_set_all_active_backends(log_type); in main()
114 log_format_set_all_active_backends(log_type); in main()
/Zephyr-latest/include/zephyr/logging/
Dlog_ctrl.h234 const struct log_backend *log_format_set_all_active_backends(size_t log_type);
/Zephyr-latest/subsys/logging/
Dlog_core.c200 const struct log_backend *log_format_set_all_active_backends(size_t log_type) in log_format_set_all_active_backends() function