Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/
Dmain.c62 img_upload_response(0, MGMT_ERR_EINVAL); in ZTEST()
64 zassert_equal(MGMT_ERR_EINVAL, rc, "Expected to receive %d response %d", MGMT_ERR_EINVAL, in ZTEST()
66 zassert_equal(MGMT_ERR_EINVAL, response.status, "Expected to receive %d response %d", in ZTEST()
67 MGMT_ERR_EINVAL, response.status); in ZTEST()
123 img_erase_response(MGMT_ERR_EINVAL); in ZTEST()
125 zassert_equal(MGMT_ERR_EINVAL, rc, "Expected to receive %d response %d", MGMT_ERR_EINVAL, in ZTEST()
Dimg_gr_stub.c195 img_fail_response(MGMT_ERR_EINVAL); in img_state_write_verify()
210 img_fail_response(MGMT_ERR_EINVAL); in img_state_write_verify()
250 img_upload_response(0, MGMT_ERR_EINVAL); in img_upload_init_verify()
257 img_upload_response(0, MGMT_ERR_EINVAL); in img_upload_init_verify()
268 img_upload_response(0, MGMT_ERR_EINVAL); in img_upload_init_verify()
277 img_upload_response(0, MGMT_ERR_EINVAL); in img_upload_init_verify()
Dos_gr_stub.c91 response_status = MGMT_ERR_EINVAL; in os_echo_verify()
93 response_status = MGMT_ERR_EINVAL; in os_echo_verify()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/src/
Dshell_mgmt.c56 return MGMT_ERR_EINVAL; in shell_mgmt_exec()
77 return MGMT_ERR_EINVAL; in shell_mgmt_exec()
146 rc = MGMT_ERR_EINVAL; in shell_mgmt_translate_error_code()
/Zephyr-latest/include/zephyr/mgmt/mcumgr/mgmt/
Dmgmt_defines.h107 MGMT_ERR_EINVAL, enumerator
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/src/
Dexample_mgmt.c54 return MGMT_ERR_EINVAL; in example_mgmt_test()
102 return MGMT_ERR_EINVAL; in example_mgmt_other()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/src/
Dos_mgmt.c162 return MGMT_ERR_EINVAL; in os_mgmt_echo()
473 return MGMT_ERR_EINVAL; in os_mgmt_bootloader_info()
570 return MGMT_ERR_EINVAL; in os_mgmt_info()
962 return MGMT_ERR_EINVAL; in os_mgmt_datetime_write()
965 return MGMT_ERR_EINVAL; in os_mgmt_datetime_write()
976 return MGMT_ERR_EINVAL; in os_mgmt_datetime_write()
983 return MGMT_ERR_EINVAL; in os_mgmt_datetime_write()
989 return MGMT_ERR_EINVAL; in os_mgmt_datetime_write()
1006 return MGMT_ERR_EINVAL; in os_mgmt_datetime_write()
1051 rc = MGMT_ERR_EINVAL; in os_mgmt_translate_error_code()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/src/
Denum_mgmt.c238 return MGMT_ERR_EINVAL; in enum_mgmt_single()
334 return MGMT_ERR_EINVAL; in enum_mgmt_details()
381 return MGMT_ERR_EINVAL; in enum_mgmt_details()
457 rc = MGMT_ERR_EINVAL; in enum_mgmt_translate_error_code()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/settings_mgmt/src/
Dsettings_mgmt.c60 return MGMT_ERR_EINVAL; in settings_mgmt_read()
181 return MGMT_ERR_EINVAL; in settings_mgmt_write()
282 return MGMT_ERR_EINVAL; in settings_mgmt_delete()
476 rc = MGMT_ERR_EINVAL; in settings_mgmt_translate_error_code()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/
Dimg_mgmt_client.c91 image_info->status = MGMT_ERR_EINVAL; in image_state_res_fn()
125 image_info->status = MGMT_ERR_EINVAL; in image_state_res_fn()
133 image_info->status = MGMT_ERR_EINVAL; in image_state_res_fn()
208 image_upload_buf->status = MGMT_ERR_EINVAL; in image_upload_res_fn()
241 active_client->status = MGMT_ERR_EINVAL; in erase_res_fn()
417 image_upload_buf->status = MGMT_ERR_EINVAL; in img_mgmt_client_upload()
/Zephyr-latest/subsys/mgmt/mcumgr/smp_client/src/
Dclient.c217 return MGMT_ERR_EINVAL; in smp_client_object_init()
291 return MGMT_ERR_EINVAL; in smp_client_send_cmd()
300 return MGMT_ERR_EINVAL; in smp_client_send_cmd()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/stat_mgmt/src/
Dstat_mgmt.c140 return MGMT_ERR_EINVAL; in stat_mgmt_show()
254 rc = MGMT_ERR_EINVAL; in stat_mgmt_translate_error_code()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/src/
Dfs_mgmt.c237 return MGMT_ERR_EINVAL; in fs_mgmt_file_download()
387 return MGMT_ERR_EINVAL; in fs_mgmt_file_upload()
599 return MGMT_ERR_EINVAL; in fs_mgmt_file_status()
692 return MGMT_ERR_EINVAL; in fs_mgmt_file_hash_checksum()
921 rc = MGMT_ERR_EINVAL; in fs_mgmt_translate_error_code()
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_udp.c109 ret = MGMT_ERR_EINVAL; in smp_udp4_tx()
133 ret = MGMT_ERR_EINVAL; in smp_udp6_tx()
/Zephyr-latest/subsys/mgmt/mcumgr/smp/src/
Dsmp.c97 return MGMT_ERR_EINVAL; in smp_read_hdr()
192 return MGMT_ERR_EINVAL; in smp_handle_single_payload()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_datetime/src/
Dmain.c332 zassert_equal(rc, MGMT_ERR_EINVAL, "Expected 'rc' to be invalid value"); in ZTEST()
442 zassert_equal(rc, MGMT_ERR_EINVAL, "Expected 'rc' to be invalid value"); in ZTEST()
552 zassert_equal(rc, MGMT_ERR_EINVAL, "Expected 'rc' to be invalid value"); in ZTEST()
662 zassert_equal(rc, MGMT_ERR_EINVAL, "Expected 'rc' to be invalid value"); in ZTEST()
774 zassert_equal(rc, MGMT_ERR_EINVAL, "Expected 'rc' to be invalid value"); in ZTEST()
886 zassert_equal(rc, MGMT_ERR_EINVAL, "Expected 'rc' to be invalid value"); in ZTEST()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt.c427 return MGMT_ERR_EINVAL; in img_mgmt_erase()
777 return MGMT_ERR_EINVAL; in img_mgmt_upload()
1052 rc = MGMT_ERR_EINVAL; in img_mgmt_translate_error_code()
Dimg_mgmt_state.c707 return MGMT_ERR_EINVAL; in img_mgmt_state_write()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/smp_version/src/
Dmain.c180 zassert_equal(rc, MGMT_ERR_EINVAL, "Expected to get MGMT_ERR_EINVAL error"); in ZTEST()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_info/src/
Dmain.c1068 zassert_equal(rc, MGMT_ERR_EINVAL, "Expected to receive EINVAL error but got %d\n", rc); in ZTEST()
1139 zassert_equal(rc, MGMT_ERR_EINVAL, "Expected to receive EINVAL error but got %d\n", rc); in ZTEST()
1417 zassert_equal(rc, MGMT_ERR_EINVAL, "Expected to receive EINVAL error but got %d\n", rc); in ZTEST()
1486 zassert_equal(rc, MGMT_ERR_EINVAL, "Expected to receive EINVAL error but got %d\n", rc); in ZTEST()
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst1010 wrongly return :c:enumerator:`MGMT_ERR_EINVAL` instead of :c:enumerator:`MGMT_ERR_EMSGSIZE`.