Searched refs:export_called (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/subsys/mgmt/mcumgr/settings_mgmt/src/ |
D | settings.c | 15 static bool export_called; variable 64 export_called = true; in val_handle_export() 95 export_called = false; in settings_state_reset() 103 *export = export_called; in settings_state_get()
|
D | main.c | 109 bool export_called; in ZTEST() local 157 settings_state_get(&set_called, &get_called, &export_called, &commit_called); in ZTEST() 169 zassert_false(export_called, "Did not expect setting export function to be called"); in ZTEST() 212 settings_state_get(&set_called, &get_called, &export_called, &commit_called); in ZTEST() 224 zassert_false(export_called, "Did not expect setting export function to be called"); in ZTEST() 239 bool export_called; in ZTEST() local 287 settings_state_get(&set_called, &get_called, &export_called, &commit_called); in ZTEST() 299 zassert_true(export_called, "Expected setting export function to be called"); in ZTEST() 342 settings_state_get(&set_called, &get_called, &export_called, &commit_called); in ZTEST() 354 zassert_false(export_called, "Did not expect setting export function to be called"); in ZTEST() [all …]
|