Home
last modified time | relevance | path

Searched refs:method_handler (Results 1 – 6 of 6) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dprotocol-dbus.c194 pa_dbus_method_handler *method_handler; in update_introspection() local
202 PA_HASHMAP_FOREACH(method_handler, iface_entry->method_handlers, handlers_state) { in update_introspection()
203 pa_strbuf_printf(buf, " <method name=\"%s\">\n", method_handler->method_name); in update_introspection()
205 for (i = 0; i < method_handler->n_arguments; ++i) in update_introspection()
207 method_handler->arguments[i].name, in update_introspection()
208 method_handler->arguments[i].type, in update_introspection()
209 method_handler->arguments[i].direction); in update_introspection()
320 pa_dbus_method_handler *method_handler; member
360 …if ((call_info->method_handler = pa_hashmap_get(call_info->iface_entry->method_handlers, call_info… in find_handler_by_method()
469 …else if ((call_info->method_handler = pa_hashmap_get(call_info->iface_entry->method_handlers, call… in find_handler()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_new_helpers.h65 WPADBusMethodHandler method_handler; member
Ddbus_new_helpers.c355 return method_dsc->method_handler(message, obj_dsc->user_data); in msg_method_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_new_helpers.h65 WPADBusMethodHandler method_handler; member
Ddbus_new_helpers.c355 return method_dsc->method_handler(message, obj_dsc->user_data); in msg_method_handler()
/third_party/grpc/
DBUILD.gn1589 "${GRPC_DIR}/include/grpcpp/impl/codegen/method_handler.h",
1640 "${GRPC_DIR}/include/grpcpp/support/method_handler.h",