Searched refs:g_dbus_connection_send_message (Results 1 – 12 of 12) sorted by relevance
/third_party/glib/gio/tests/ |
D | gdbus-connection.c | 977 g_dbus_connection_send_message (c, m, G_DBUS_SEND_MESSAGE_FLAGS_NONE, &serial_temp, &error); in test_connection_filter() 984 g_dbus_connection_send_message (c, m2, G_DBUS_SEND_MESSAGE_FLAGS_NONE, &serial_temp, &error); in test_connection_filter() 995 …g_dbus_connection_send_message (c, m2, G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL, &serial_temp, &e… in test_connection_filter() 1127 g_dbus_connection_send_message (c, m, G_DBUS_SEND_MESSAGE_FLAGS_NONE, out_serial, &error); in send_bogus_message()
|
D | gdbus-example-server.c | 141 g_dbus_connection_send_message (connection, in handle_method_call()
|
D | gdbus-close-pending.c | 340 g_dbus_connection_send_message (f->connection, message, 0, NULL, &f->error); in test_once()
|
D | gdbus-server-auth.c | 153 g_dbus_connection_send_message (connection, reply, in whoami_filter_cb()
|
D | gdbus-peer.c | 171 …ret = g_dbus_connection_send_message (connection, message, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NULL, &… in test_interface_method_call() 221 g_dbus_connection_send_message (connection, in test_interface_method_call()
|
/third_party/glib/gio/ |
D | gdbusmethodinvocation.c | 519 …if (!g_dbus_connection_send_message (g_dbus_method_invocation_get_connection (invocation), reply, … in g_dbus_method_invocation_return_value_internal() 832 …g_dbus_connection_send_message (g_dbus_method_invocation_get_connection (invocation), reply, G_DBU… in g_dbus_method_invocation_return_dbus_error()
|
D | gdbusconnection.c | 1740 g_dbus_connection_send_message (GDBusConnection *connection, in g_dbus_connection_send_message() function 4188 …g_dbus_connection_send_message (data->connection, reply, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NULL, NUL… in invoke_get_property_in_idle_cb() 4210 …g_dbus_connection_send_message (data->connection, reply, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NULL, NUL… in invoke_get_property_in_idle_cb() 4222 …g_dbus_connection_send_message (data->connection, reply, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NULL, NUL… in invoke_get_property_in_idle_cb() 4274 …g_dbus_connection_send_message (data->connection, reply, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NULL, NUL… in invoke_set_property_in_idle_cb() 4535 …g_dbus_connection_send_message (data->connection, reply, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NULL, NUL… in invoke_get_all_properties_in_idle_cb() 4578 …g_dbus_connection_send_message (data->connection, reply, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NULL, NUL… in invoke_get_all_properties_in_idle_cb() 4905 …g_dbus_connection_send_message (g_dbus_method_invocation_get_connection (invocation), reply, G_DBU… in call_in_idle_cb() 5639 …ret = g_dbus_connection_send_message (connection, message, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NULL, e… in g_dbus_connection_emit_signal() 5880 g_dbus_connection_send_message (connection, in g_dbus_connection_call_internal() [all …]
|
D | gdbusconnection.h | 155 gboolean g_dbus_connection_send_message (GDBusConnection *connection,
|
D | gdbusdaemon.c | 670 g_dbus_connection_send_message (client->connection, copy, in broadcast_message() 1391 …if (!g_dbus_connection_send_message (client->connection, reply, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NU… in return_error() 1430 …if (!g_dbus_connection_send_message (dest_client->connection, message, G_DBUS_SEND_MESSAGE_FLAGS_P… in route_message()
|
D | gdesktopappinfo.c | 2724 g_dbus_connection_send_message (session_bus, in notify_desktop_launch()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 2968 g_dbus_connection_send_message
|
/third_party/glib/ |
D | NEWS | 8537 632544 g_dbus_connection_send_message can not send a locked message...
|