Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/mgmt/mcumgr/img_mgmt_slot_info/src/
Dmain.c29 static bool slot_info_image_callback_got; variable
58 slot_info_image_callback_got = false; in cleanup_test()
314 zassert_false(slot_info_image_callback_got, "Did not expect to get image callback"); in ZTEST()
386 zassert_false(slot_info_image_callback_got, "Did not expect other callback to have ran"); in ZTEST()
519 zassert_true(slot_info_image_callback_got, "Expected to get image callback"); in ZTEST()
538 slot_info_image_callback_got = true; in mgmt_event_cmd_callback()