Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/mgmt/mcumgr/img_mgmt_slot_info/src/
Dmain.c31 static bool other_callback_got; variable
60 other_callback_got = false; in cleanup_test()
316 zassert_false(other_callback_got, "Did not expect to get other callback"); in ZTEST()
387 zassert_false(other_callback_got, "Did not expect invalid callback to have ran"); in ZTEST()
521 zassert_false(other_callback_got, "Did not expect to get other callback"); in ZTEST()
570 other_callback_got = true; in mgmt_event_cmd_callback()