Searched refs:log_backend_count_get (Results 1 – 6 of 6) sorted by relevance
136 for (int i = 0; i < log_backend_count_get(); i++) { in before()150 for (int i = 0; i < log_backend_count_get(); i++) { in after()
62 zassert_equal(log_backend_count_get(), EMUL_UART_NUM, "Unexpected number of instance(s)"); in ZTEST_F()
264 static inline int log_backend_count_get(void) in log_backend_count_get() function
329 __ASSERT_NO_MSG(log_backend_count_get() < LOG_FILTERS_MAX_BACKENDS); in z_log_init()934 __ASSERT_NO_MSG(log_backend_count_get() > 0); in log_process_thread_func()
22 (IS_ENABLED(CONFIG_LOG_FRONTEND_ONLY) || log_backend_count_get() == 0))
617 for (int i = 0; i < log_backend_count_get(); i++) { in backends_link_init()