Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/mgmt/mcumgr/settings_mgmt/src/
Dmain.c39 static bool access_read_got; variable
84 access_read_got = false; in cleanup_test()
158 zassert_false(access_read_got, "Did not expect read access notification"); in ZTEST()
213 zassert_false(access_read_got, "Did not expect read access notification"); in ZTEST()
288 zassert_false(access_read_got, "Did not expect read access notification"); in ZTEST()
343 zassert_false(access_read_got, "Did not expect read access notification"); in ZTEST()
430 zassert_false(access_read_got, "Did not expect read access notification"); in ZTEST()
505 zassert_true(access_read_got, "Expected read access notification"); in ZTEST()
600 zassert_true(access_read_got, "Expected read access notification"); in ZTEST()
690 zassert_false(access_read_got, "Did not expect read access notification"); in ZTEST()
[all …]