Searched refs:set_sw_update_result (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.6.0/subsys/net/lib/lwm2m/ |
D | lwm2m_obj_swmgmt.c | 218 static void set_sw_update_result(struct lwm2m_swmgmt_data *instance, uint8_t result) in set_sw_update_result() function 393 set_sw_update_result(instance, UPD_RES_DOWNLOADING); in handle_event() 405 set_sw_update_result(instance, UPD_RES_INITIAL); in handle_event() 424 set_sw_update_result(instance, UPD_RES_INITIAL); in handle_event() 428 set_sw_update_result(instance, UPD_RES_PACKAGE_INTEGRITY_CHECK_FAILURE); in handle_event() 450 set_sw_update_result(instance, UPD_RES_SW_SUCCESSFULLY_INSTALLED); in handle_event() 456 set_sw_update_result(instance, UPD_RES_SW_INSTALLATION_FAILURE); in handle_event() 489 set_sw_update_result(instance, UPD_RES_INITIAL); in handle_event() 494 set_sw_update_result(instance, UPD_RES_INITIAL); in handle_event() 582 set_sw_update_result(instance, UPD_RES_OUT_OF_MEMORY_DURING_DOWNLOAD); in package_write_cb() [all …]
|