Home
last modified time | relevance | path

Searched refs:handle_event (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_swmgmt.c381 static int handle_event(struct lwm2m_swmgmt_data *instance, uint8_t event) in handle_event() function
517 return handle_event(instance, EVENT_INSTALL); in install_cb()
527 error_code = handle_event(instance, EVENT_INSTALL_FAIL); in lwm2m_swmgmt_install_completed()
529 error_code = handle_event(instance, EVENT_INSTALL_SUCCESSFUL); in lwm2m_swmgmt_install_completed()
541 return handle_event(instance, EVENT_DELETE_PACKAGE); in uninstall_cb()
550 return handle_event(instance, EVENT_ACTIVATE); in activate_cb()
559 return handle_event(instance, EVENT_DEACTIVATE); in deactivate_cb()
572 ret = handle_event(instance, EVENT_PKG_URI_WRITE); in package_write_cb()
582 handle_event(instance, EVENT_DOWNLOAD_FAILED); in package_write_cb()
603 handle_event(instance, EVENT_PKG_WRITTEN); in package_write_cb()
[all …]
/Zephyr-latest/drivers/sdhc/
Dsdhc_esp32.c514 static int handle_event(const struct device *dev, struct sdmmc_command *cmd, in handle_event() function
688 ret = handle_event(dev, cmdinfo, &state, &unhandled_events); in sdmmc_host_do_transaction()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c200 static void handle_event(uint8_t event, struct net_buf *buf, const struct event_handler *handlers, in handle_event() function
2910 handle_event(evt->subevent, buf, meta_events, ARRAY_SIZE(meta_events)); in hci_le_meta_event()
3034 handle_event(hdr->evt, buf, normal_events, ARRAY_SIZE(normal_events)); in hci_event()
4106 handle_event(hdr->evt, buf, prio_events, ARRAY_SIZE(prio_events)); in hci_event_prio()