Home
last modified time | relevance | path

Searched refs:message_handler (Results 1 – 25 of 29) sorted by relevance

12

/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/
Dplugin_registrar.cc43 const BinaryMessageHandler& message_handler = in ForwardToHandler() local
46 message_handler(message->message, message->message_size, in ForwardToHandler()
135 BinaryMessageHandler* message_handler = &handlers_[channel]; in SetMessageHandler() local
138 ForwardToHandler, message_handler); in SetMessageHandler()
/third_party/boost/doc/html/boost_asio/example/cpp11/executors/
Dactor.cpp40 class message_handler : public message_handler_base class
49 class mf_message_handler : public message_handler<Message>
165 auto mh = static_cast<message_handler<Message>*>(h.get()); in call_handler()
187 register_handler(&receiver::message_handler); in receiver()
202 void message_handler(Message msg, actor_address /* from */) in message_handler() function in receiver
/third_party/boost/libs/asio/example/cpp14/executors/
Dactor.cpp40 class message_handler : public message_handler_base class
49 class mf_message_handler : public message_handler<Message>
164 auto mh = static_cast<message_handler<Message>*>(h.get()); in call_handler()
186 register_handler(&receiver::message_handler); in receiver()
201 void message_handler(Message msg, actor_address /* from */) in message_handler() function in receiver
/third_party/boost/libs/asio/example/cpp11/executors/
Dactor.cpp40 class message_handler : public message_handler_base class
49 class mf_message_handler : public message_handler<Message>
165 auto mh = static_cast<message_handler<Message>*>(h.get()); in call_handler()
187 register_handler(&receiver::message_handler); in receiver()
202 void message_handler(Message msg, actor_address /* from */) in message_handler() function in receiver
/third_party/gstreamer/gstplugins_base/tests/examples/gio/
Dgiosrc-mounting.c52 message_handler (GstBus * bus, GstMessage * message, gpointer user_data) in message_handler() function
116 watch_id = gst_bus_add_watch (bus, message_handler, NULL); in main()
/third_party/gstreamer/gstplugins_good/tests/examples/spectrum/
Dspectrum-example.c32 message_handler (GstBus * bus, GstMessage * message, gpointer data) in message_handler() function
110 gst_bus_add_watch (bus, message_handler, NULL); in main()
Ddemo-osssrc.c116 message_handler (GstBus * bus, GstMessage * message, gpointer data) in message_handler() function
187 gst_bus_add_watch (bus, message_handler, NULL); in main()
Ddemo-audiotest.c163 message_handler (GstBus * bus, GstMessage * message, gpointer data) in message_handler() function
237 gst_bus_add_watch (bus, message_handler, NULL); in main()
/third_party/gstreamer/gstplugins_base/tests/examples/playrec/
Dplayrec.c39 message_handler (GstBus * bus, GstMessage * message, gpointer user_data) in message_handler() function
138 watch_id = gst_bus_add_watch (bus, message_handler, NULL); in main()
/third_party/gstreamer/gstplugins_good/tests/examples/level/
Dlevel-example.c29 message_handler (GstBus * bus, GstMessage * message, gpointer data) in message_handler() function
129 watch_id = gst_bus_add_watch (bus, message_handler, NULL); in main()
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/
Dgio.c33 message_handler (GstBus * bus, GstMessage * msg, gpointer data) in message_handler() function
109 bus_watch = gst_bus_add_watch (bus, message_handler, loop); in GST_START_TEST()
/third_party/libcoap/examples/contiki/
Dcoap-observer.c95 message_handler(coap_context_t *ctx, in message_handler() function
124 coap_register_response_handler(coap_context, message_handler); in PROCESS_THREAD()
/third_party/gstreamer/gstplugins_bad/tests/examples/va/
Dmain.c180 message_handler (GstBus * bus, GstMessage * msg, gpointer data) in message_handler() function
240 gst_bus_add_watch (bus, message_handler, app); in build_pipeline()
Dmultiple-vpp.c130 message_handler (GstBus * bus, GstMessage * msg, gpointer data) in message_handler() function
231 gst_bus_add_watch (bus, message_handler, app); in build_pipeline()
/third_party/gstreamer/gstplugins_good/tests/examples/equalizer/
Ddemo.c136 message_handler (GstBus * bus, GstMessage * message, gpointer data) in message_handler() function
240 gst_bus_add_watch (bus, message_handler, NULL); in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_new_helpers.c374 static DBusHandlerResult message_handler(DBusConnection *connection, in message_handler() function
477 &free_dbus_object_desc_cb, &message_handler, in wpa_dbus_ctrl_iface_init()
537 &free_dbus_object_desc_cb, &message_handler, in wpa_dbus_register_object_per_iface()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_new_helpers.c374 static DBusHandlerResult message_handler(DBusConnection *connection, in message_handler() function
477 &free_dbus_object_desc_cb, &message_handler, in wpa_dbus_ctrl_iface_init()
537 &free_dbus_object_desc_cb, &message_handler, in wpa_dbus_register_object_per_iface()
/third_party/libcoap/doc/
Dupgrade_4.2.1_4.3.0.txt80 message_handler(struct coap_context_t *context,
87 message_handler(coap_session_t *session,
/third_party/boost/libs/beast/doc/qbk/08_design/
D3_websocket_zaphoyd.qbk191 > message_handler;
192 void set_message_handler(message_handler h);
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/
Ddart_component_controller.cc342 state->get()->message_handler().Initialize(dispatcher); in CreateIsolate()
/third_party/libcoap/examples/
Dcoap-client.c313 message_handler(coap_session_t *session COAP_UNUSED, in message_handler() function
1649 coap_register_response_handler(ctx, message_handler); in main()
/third_party/flutter/engine/flutter/runtime/
Ddart_isolate.cc200 message_handler().Initialize( in SetMessageHandlingTaskRunner()
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js1951 this.message_handler = function(message) { method in anonymousFunction7a2b73840100.RemoteContext
1970 this.message_target.addEventListener("message", this.message_handler);
2030 this.message_target.removeEventListener("message", this.message_handler);
/third_party/libcoap/
DChangeLog300 (message_handler): bugfixes
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_fuchsia3083 FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp/include/lib/fidl/cpp/internal/message_handler.h
3094 FILE: ../../../fuchsia/sdk/linux/pkg/fidl_cpp/internal/message_handler.cc

12