Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/mgmt/mcumgr/cb_notifications/src/
Dmain.c49 static bool cmd_other_got; variable
64 cmd_other_got = true; in mgmt_event_cmd_callback()
140 zassert_false(cmd_other_got, "Did not expect other callback(s)\n"); in ZTEST()
186 zassert_false(cmd_other_got, "Did not expect other callback(s)\n"); in ZTEST()
232 zassert_false(cmd_other_got, "Did not expect other callback(s)\n"); in ZTEST()
245 cmd_other_got = false; in cleanup_test()