Searched refs:set_sw_update_result (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_obj_swmgmt.c | 219 static void set_sw_update_result(struct lwm2m_swmgmt_data *instance, uint8_t result) in set_sw_update_result() function 394 set_sw_update_result(instance, UPD_RES_DOWNLOADING); in handle_event() 406 set_sw_update_result(instance, UPD_RES_INITIAL); in handle_event() 425 set_sw_update_result(instance, UPD_RES_INITIAL); in handle_event() 429 set_sw_update_result(instance, UPD_RES_PACKAGE_INTEGRITY_CHECK_FAILURE); in handle_event() 451 set_sw_update_result(instance, UPD_RES_SW_SUCCESSFULLY_INSTALLED); in handle_event() 457 set_sw_update_result(instance, UPD_RES_SW_INSTALLATION_FAILURE); in handle_event() 490 set_sw_update_result(instance, UPD_RES_INITIAL); in handle_event() 495 set_sw_update_result(instance, UPD_RES_INITIAL); in handle_event() 585 set_sw_update_result(instance, UPD_RES_OUT_OF_MEMORY_DURING_DOWNLOAD); in package_write_cb() [all …]
|