Searched refs:MGMT_ERR_EMSGSIZE (Results 1 – 13 of 13) sorted by relevance
28 #define MGMT_RETURN_CHECK(ok) ok ? MGMT_ERR_EOK : MGMT_ERR_EMSGSIZE116 MGMT_ERR_EMSGSIZE, enumerator
116 return ok ? MGMT_ERR_EOK : MGMT_ERR_EMSGSIZE; in stat_mgmt_cb_encode()182 return ok ? MGMT_ERR_EOK : MGMT_ERR_EMSGSIZE; in stat_mgmt_show()209 return MGMT_ERR_EMSGSIZE; in stat_mgmt_list()223 return MGMT_ERR_EMSGSIZE; in stat_mgmt_list()
119 return ok ? MGMT_ERR_EOK : MGMT_ERR_EMSGSIZE; in os_mgmt_echo()297 return MGMT_ERR_EMSGSIZE; in os_mgmt_taskstat_read()352 return ok ? MGMT_ERR_EOK : MGMT_ERR_EMSGSIZE; in os_mgmt_reset()374 return ok ? MGMT_ERR_EOK : MGMT_ERR_EMSGSIZE; in os_mgmt_mcumgr_params()432 return ok ? MGMT_ERR_EOK : MGMT_ERR_EMSGSIZE; in os_mgmt_bootloader_info()564 return ok ? MGMT_ERR_EOK : MGMT_ERR_EMSGSIZE; in os_mgmt_info()733 return ok ? MGMT_ERR_EOK : MGMT_ERR_EMSGSIZE; in os_mgmt_info()743 return MGMT_ERR_EMSGSIZE; in os_mgmt_info()
71 return (ok ? MGMT_ERR_EOK : MGMT_ERR_EMSGSIZE); in example_mgmt_test()133 return (ok ? MGMT_ERR_EOK : MGMT_ERR_EMSGSIZE); in example_mgmt_other()
136 return MGMT_ERR_EMSGSIZE; in smp_build_err_rsp()200 return MGMT_ERR_EMSGSIZE; in smp_handle_single_payload()222 rc = (ok ? MGMT_ERR_EOK : MGMT_ERR_EMSGSIZE); in smp_handle_single_payload()238 rc = MGMT_ERR_EMSGSIZE; in smp_handle_single_payload()
340 rc = (ok ? MGMT_ERR_EOK : MGMT_ERR_EMSGSIZE); in fs_mgmt_file_download()557 rc = (ok ? MGMT_ERR_EOK : MGMT_ERR_EMSGSIZE); in fs_mgmt_file_upload()615 return ok ? MGMT_ERR_EOK : MGMT_ERR_EMSGSIZE; in fs_mgmt_file_status()638 return MGMT_ERR_EMSGSIZE; in fs_mgmt_file_status()722 return ok ? MGMT_ERR_EOK : MGMT_ERR_EMSGSIZE; in fs_mgmt_file_hash_checksum()830 return MGMT_ERR_EMSGSIZE; in fs_mgmt_file_hash_checksum()873 return MGMT_ERR_EMSGSIZE; in fs_mgmt_supported_hash_checksum()880 return MGMT_ERR_EMSGSIZE; in fs_mgmt_supported_hash_checksum()
61 return MGMT_ERR_EMSGSIZE; in storage_erase_handler()
128 return ok ? MGMT_ERR_EOK : MGMT_ERR_EMSGSIZE; in shell_mgmt_exec()
381 return MGMT_ERR_EMSGSIZE; in img_mgmt_erase()405 return ok ? MGMT_ERR_EOK : MGMT_ERR_EMSGSIZE; in img_mgmt_upload_good_rsp()732 return MGMT_ERR_EMSGSIZE; in img_mgmt_upload()
519 return ok ? MGMT_ERR_EOK : MGMT_ERR_EMSGSIZE; in img_mgmt_state_read()736 return MGMT_ERR_EMSGSIZE; in img_mgmt_state_write()
164 zassert_equal(rc, MGMT_ERR_EMSGSIZE, "Expected to receive EMSGSIZE error but got %d\n", in ZTEST()
267 rc = (ok ? MGMT_ERR_EOK : MGMT_ERR_EMSGSIZE);
990 now when encoding of response fails ``MGMT_ERR_EMSGSIZE`` will be