Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/zbus/runtime_observers_registration/src/
Dmain.c47 static int count_callback1; variable
50 ++count_callback1; in callback1()
70 count_callback1 = 0; in ZTEST()
77 zassert_equal(count_callback1, 0, "The counter could not be more than zero, no obs"); in ZTEST()
84 zassert_equal(count_callback1, 1, "The counter could not be more than zero, no obs, %d", in ZTEST()
85 count_callback1); in ZTEST()
93 zassert_equal(count_callback1, 1, "The counter could not be more than zero, no obs, %d", in ZTEST()
94 count_callback1); in ZTEST()