Home
last modified time | relevance | path

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

/Zephyr-4.2.1/tests/subsys/mgmt/mcumgr/settings_mgmt/src/
Dsettings.h29 bool forth_export_called; member
Dsettings.c255 single_data.forth_export_called = true; in forth_export()
274 single_data.forth_export_called = false; in single_modification_reset()
Dmain.c1723 zassert_true(single_data.forth_export_called, in ZTEST()
1815 zassert_false(single_data.forth_export_called, in ZTEST()
1922 zassert_false(single_data.forth_export_called, in ZTEST()
/Zephyr-4.2.1/tests/subsys/settings/functional/src/
Dsettings_basic_test.c717 bool forth_export_called; member
878 single_data.forth_export_called = true; in forth_export()
902 single_data.forth_export_called = false; in single_modification_reset()
955 zassert_false(single_data.forth_export_called); in ZTEST()
976 zassert_false(single_data.forth_export_called); in ZTEST()
998 zassert_false(single_data.forth_export_called); in ZTEST()
1019 zassert_false(single_data.forth_export_called); in ZTEST()
1045 zassert_false(single_data.forth_export_called); in ZTEST()
1060 zassert_false(single_data.forth_export_called); in ZTEST()
1091 zassert_false(single_data.forth_export_called); in ZTEST()
[all …]