Home
last modified time | relevance | path

Searched refs:handlers (Results 1 – 25 of 132) sorted by relevance

123456

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dlog_helper.py69 handlers = logger.handlers[:]
71 for handler in handlers:
77 handls = logg.handlers[:]
/Zephyr-latest/samples/subsys/settings/
DREADME.rst13 settings method. The example shows how to implement module handlers, how to
59 basic load and save using registered handlers
61 load all key-value pairs using registered handlers
67 load <alpha/beta> key-value pairs using registered handlers
71 save all key-value pairs using registered handlers
75 load all key-value pairs using registered handlers
98 Service a key-value pair without dedicated handlers
/Zephyr-latest/soc/mediatek/mt8xxx/
Dmbox.c63 mtk_adsp_mbox_handler_t handlers[MTK_ADSP_MBOX_CHANNELS]; member
73 data->handlers[chan] = handler; in mtk_adsp_mbox_set_handler()
99 if (data->handlers[i] != NULL) { in mbox_handle()
100 data->handlers[i](arg, data->handler_arg[i]); in mbox_handle()
/Zephyr-latest/scripts/tests/twister_blackbox/
Dconftest.py60 handlers = getattr(logger, 'handlers', [])
61 for handler in handlers:
89 handls = logg.handlers[:]
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp.c46 const struct btp_handler *handlers; member
59 const struct btp_handler *handlers, in tester_register_command_handlers() argument
63 __ASSERT_NO_MSG(service_handler[service].handlers == NULL); in tester_register_command_handlers()
65 service_handler[service].handlers = handlers; in tester_register_command_handlers()
72 (service_handler[service].handlers == NULL)) { in find_btp_handler()
77 if (service_handler[service].handlers[i].opcode == opcode) { in find_btp_handler()
78 return &service_handler[service].handlers[i]; in find_btp_handler()
Dbtp_core.c426 static const struct btp_handler handlers[] = { variable
455 tester_register_command_handlers(BTP_SERVICE_ID_CORE, handlers, in tester_init_core()
456 ARRAY_SIZE(handlers)); in tester_init_core()
/Zephyr-latest/subsys/bluetooth/mesh/
Dsettings.c190 } handlers[BT_MESH_SETTINGS_FLAG_COUNT] = { in store_pending() local
218 for (int i = 0; i < ARRAY_SIZE(handlers); i++) { in store_pending()
219 if (!handlers[i].handler) { in store_pending()
224 handlers[i].handler(); in store_pending()
/Zephyr-latest/samples/subsys/usb/webusb/src/
Dwebusb.h39 void webusb_register_request_handlers(struct webusb_req_handlers *handlers);
Dwebusb.c131 void webusb_register_request_handlers(struct webusb_req_handlers *handlers) in webusb_register_request_handlers() argument
133 req_handlers = handlers; in webusb_register_request_handlers()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt_client/
DKconfig15 bool "MCUmgr client request and response handlers for OS management"
19 Enables MCUmgr client request and response handlers for OS management.
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/
DKconfig15 bool "MCUmgr handlers for example management (app)"
19 Enables MCUmgr handlers for example management. This demonstrates the
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/
DKconfig15 bool "MCUmgr handlers for example management (module)"
19 Enables MCUmgr handlers for example management. This demonstrates the
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/
DKconfig15 bool "MCUmgr client handlers for image management"
19 Enables MCUmgr client handlers for image management.
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_handlers.rst3 MCUmgr handlers
9 MCUmgr functions by having group handlers which identify a group of functions relating to a
20 MCUmgr handlers can be added externally by application code or by module code, they do not have
35 Note that the header files in upstream Zephyr MCUmgr handlers reside in the
89 The above code creates 2 function handlers, ``test`` which supports read requests and takes 2
96 Note that other code referencing callbacks for custom MCUmgr handlers needs to include both the
132 Application-specific MCUmgr handlers can be added by creating/editing application build files.
162 Zephyr :ref:`modules` can be used to add custom MCUmgr handlers to multiple different applications
202 module-MCUmgr handlers which can be used as a basis for created your own in
/Zephyr-latest/subsys/mgmt/mcumgr/grp/stat_mgmt/
DKconfig16 bool "Mcumgr handlers for statistics management"
21 Enables MCUmgr handlers for statistics management.
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c73 const struct cmd_handler *handlers, in cmd_handle_helper() argument
77 const struct cmd_handler *handler = &handlers[i]; in cmd_handle_helper()
95 const struct cmd_handler *handlers, in cmd_handle() argument
108 err = cmd_handle_helper(opcode, cmd, &evt, handlers, num_handlers); in cmd_handle()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/
DKconfig15 bool "MCUmgr handlers for enumeration management"
19 Enables MCUmgr handlers for enumeration management. This allows
45 Will include the number of handlers of groups in the detail command response.
/Zephyr-latest/subsys/net/ip/
DKconfig.mgmt29 Create a dedicated thread for network event callback handlers.
37 event callback handlers.
44 Call network event handlers when the event is emitted.
46 callback handlers, no info data is copied.
Dicmp.c45 static sys_slist_t handlers = SYS_SLIST_STATIC_INIT(&handlers); variable
68 sys_slist_prepend(&handlers, &ctx->node); in net_icmp_init_ctx()
108 sys_slist_find_and_remove(&handlers, &ctx->node); in net_icmp_cleanup_ctx()
513 SYS_SLIST_FOR_EACH_CONTAINER(&handlers, ctx, node) { in icmp_call_handlers()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/settings_mgmt/
DKconfig5 bool "MCUmgr handlers for settings management"
12 Enables MCUmgr handlers for settings manipulation.
/Zephyr-latest/subsys/mgmt/mcumgr/mgmt/
DKconfig21 callback function and events that want to be received. Multiple handlers can be
27 acceptable, true must be returned by all the registered notification handlers.
/Zephyr-latest/arch/x86/core/
Dia32.cmake33 # Last since we declare default exception handlers here
/Zephyr-latest/subsys/net/l2/dummy/any/
DKconfig11 on top of it that can act as a network packet capture handlers.
/Zephyr-latest/arch/xtensa/core/
Dxtensa_intgen.tmpl7 * interpretation by the xtensa-int-handlers.py script. Literally all
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/
DKconfig16 bool "Mcumgr handlers for shell management"
21 Enables MCUmgr handlers for shell management. The handler will utilize

123456