Home
last modified time | relevance | path

Searched refs:handler (Results 1 – 10 of 10) sorted by relevance

/misc/services/life_mngr/
A Dcommand.c47 struct command_handlers *handler; in dispatch_command_handlers() local
56 LIST_FOREACH(handler, &cmd->cmd_handlers_head, list) { in dispatch_command_handlers()
57 if (handler->fn) { in dispatch_command_handlers()
58 ret = handler->fn(handler->arg, fd); in dispatch_command_handlers()
79 struct command_handlers *handler; in register_command_handler() local
91 handler = calloc(1, sizeof(*handler)); in register_command_handler()
92 if (!handler) { in register_command_handler()
97 handler->fn = fn; in register_command_handler()
98 handler->arg = arg; in register_command_handler()
101 LIST_INSERT_HEAD(&cmd->cmd_handlers_head, handler, list); in register_command_handler()
/misc/services/acrn_manager/
A Dacrn_mngr.c186 struct mngr_handler *handler; in server_parse_buf() local
205 if (handler->id != msg->msgid) in server_parse_buf()
208 handler->cb(msg, client->fd, handler->priv); in server_parse_buf()
402 LIST_REMOVE(handler, list); in close_server()
403 free(handler); in close_server()
551 struct mngr_handler *handler; in mngr_add_handler() local
559 handler = calloc(1, sizeof(*handler)); in mngr_add_handler()
560 if (!handler) { in mngr_add_handler()
565 handler->id = id; in mngr_add_handler()
566 handler->cb = cb; in mngr_add_handler()
[all …]
/misc/debug_tools/acrn_crashlog/acrnprobe/
A DREADME.rst68 Generally, events are enqueued in channel, and dequeued in event handler.
70 event handler
71 Event handler is a thread to handle events detected by channel.
128 | event handler: |
130 | event handler will handle internal event |
160 The implementation of *event handler* (see `Terms`_).
/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/Virtio/
A DInput.vue94 handler(newValue, oldValue) {
100 handler(newValue, oldValue) {
A DNetwork.vue96 handler(newValue, oldValue) {
102 handler(newValue, oldValue) {
A DConsole.vue143 handler(newValue, oldValue) {
149 handler(newValue, oldValue) {
A DGPU.vue181 handler(newValue, oldValue) {
187 handler(newValue, oldValue) {
/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/
A Dcpu_affinity.vue126 handler(newValue, oldValue) {
132 handler(newValue, oldValue) {
A DIVSHMEM_REGION.vue196 handler(newValue, oldValue) {
202 handler(newValue, oldValue) {
A DVUART.vue215 handler(newValue, oldValue) {
221 handler(newValue, oldValue) {

Completed in 7 milliseconds