Searched refs:G_DBUS_SEND_MESSAGE_FLAGS_NONE (Results 1 – 10 of 10) sorted by relevance
/third_party/glib/gio/ |
D | gdbusconnection.c | 3378 G_DBUS_SEND_MESSAGE_FLAGS_NONE, in add_match_rule() 3410 G_DBUS_SEND_MESSAGE_FLAGS_NONE, in remove_match_rule() 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() 4330 …g_dbus_connection_send_message_unlocked (connection, reply, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NULL, … in validate_and_maybe_schedule_property_getset() 4342 …g_dbus_connection_send_message_unlocked (connection, reply, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NULL, … in validate_and_maybe_schedule_property_getset() 4353 …g_dbus_connection_send_message_unlocked (connection, reply, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NULL, … in validate_and_maybe_schedule_property_getset() 4374 …g_dbus_connection_send_message_unlocked (connection, reply, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NULL, … in validate_and_maybe_schedule_property_getset() [all …]
|
D | gdbusmethodinvocation.c | 519 …g_dbus_method_invocation_get_connection (invocation), reply, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NULL,… in g_dbus_method_invocation_return_value_internal() 832 …g_dbus_method_invocation_get_connection (invocation), reply, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NULL,… in g_dbus_method_invocation_return_dbus_error()
|
D | gioenums.h | 1426 G_DBUS_SEND_MESSAGE_FLAGS_NONE = 0, enumerator
|
D | gioenumtypes.c | 1216 { G_DBUS_SEND_MESSAGE_FLAGS_NONE, "G_DBUS_SEND_MESSAGE_FLAGS_NONE", "none" }, in g_dbus_send_message_flags_get_type()
|
D | gdbusdaemon.c | 1391 …if (!g_dbus_connection_send_message (client->connection, reply, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NU… in return_error()
|
/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() 1005 G_DBUS_SEND_MESSAGE_FLAGS_NONE, in test_connection_filter() 1024 G_DBUS_SEND_MESSAGE_FLAGS_NONE, 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-unix-fd-client.c | 33 … G_DBUS_SEND_MESSAGE_FLAGS_NONE, in get_server_stdout()
|
D | gdbus-example-server.c | 143 G_DBUS_SEND_MESSAGE_FLAGS_NONE, in handle_method_call()
|
D | gdbus-server-auth.c | 154 G_DBUS_SEND_MESSAGE_FLAGS_NONE, 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() 223 G_DBUS_SEND_MESSAGE_FLAGS_NONE, in test_interface_method_call() 915 … G_DBUS_SEND_MESSAGE_FLAGS_NONE, in do_test_peer()
|