Searched refs:handler (Results 1 – 10 of 10) sorted by relevance
| /misc/services/life_mngr/ |
| A D | command.c | 47 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 D | acrn_mngr.c | 186 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 D | README.rst | 68 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 D | Input.vue | 94 handler(newValue, oldValue) { 100 handler(newValue, oldValue) {
|
| A D | Network.vue | 96 handler(newValue, oldValue) { 102 handler(newValue, oldValue) {
|
| A D | Console.vue | 143 handler(newValue, oldValue) { 149 handler(newValue, oldValue) {
|
| A D | GPU.vue | 181 handler(newValue, oldValue) { 187 handler(newValue, oldValue) {
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/ |
| A D | cpu_affinity.vue | 126 handler(newValue, oldValue) { 132 handler(newValue, oldValue) {
|
| A D | IVSHMEM_REGION.vue | 196 handler(newValue, oldValue) { 202 handler(newValue, oldValue) {
|
| A D | VUART.vue | 215 handler(newValue, oldValue) { 221 handler(newValue, oldValue) {
|
Completed in 11 milliseconds