Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/logging/log_core_additional/src/
Dlog_test.c62 size_t total_logs; member
100 if (cb->counter == cb->total_logs) { in process()
217 backend1_cb.total_logs = 1; in ZTEST()
224 zassert_equal(backend1_cb.total_logs, backend1_cb.counter, in ZTEST()
282 backend1_cb.total_logs = 3; in ZTEST()
288 zassert_equal(backend1_cb.total_logs, backend1_cb.counter, in ZTEST()
314 backend1_cb.total_logs = 3; in ZTEST()
319 zassert_equal(backend1_cb.total_logs, backend1_cb.counter, in ZTEST()
360 backend1_cb.total_logs = 3; in ZTEST()
365 zassert_equal(backend1_cb.total_logs, in ZTEST()
[all …]