Searched refs:other_callback_got (Results 1 – 1 of 1) sorted by relevance
31 static bool other_callback_got; variable60 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()