Searched refs:slot_info_image_callback_got (Results 1 – 1 of 1) sorted by relevance
29 static bool slot_info_image_callback_got; variable58 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()