Searched refs:g_dbus_connection_call_sync (Results 1 – 21 of 21) sorted by relevance
/third_party/glib/gio/ |
D | ggtknotificationbackend.c | 61 reply = g_dbus_connection_call_sync (session_bus, "org.freedesktop.DBus", "/org/freedesktop/DBus", in g_gtk_notification_backend_is_supported()
|
D | gdbus-tool.c | 188 result = g_dbus_connection_call_sync (c, in print_methods_and_signals() 260 result = g_dbus_connection_call_sync (c, in print_paths() 332 result = g_dbus_connection_call_sync (c, in print_names() 356 result = g_dbus_connection_call_sync (c, in print_names() 499 result = g_dbus_connection_call_sync (c, in call_helper_get_method_in_signature() 1222 result = g_dbus_connection_call_sync (c, in handle_call() 1490 result = g_dbus_connection_call_sync (c, in dump_interface() 1529 result = g_dbus_connection_call_sync (c, in dump_interface() 1711 result = g_dbus_connection_call_sync (c, in introspect_do()
|
D | gapplication-tool.c | 275 result = g_dbus_connection_call_sync (session, app_id, object_path, "org.freedesktop.Application", in app_call()
|
D | gdbusconnection.h | 210 GVariant *g_dbus_connection_call_sync (GDBusConnection *connection,
|
D | gdbusactiongroup.c | 530 …reply = g_dbus_connection_call_sync (group->connection, group->bus_name, group->object_path, "org.… in g_dbus_action_group_sync()
|
D | gdbusnameowning.c | 943 result = g_dbus_connection_call_sync (client->connection, in g_bus_unown_name()
|
D | gapplicationimpl-dbus.c | 480 reply = g_dbus_connection_call_sync (impl->session_bus, in g_application_impl_attempt_primary()
|
D | gdbusobjectmanagerclient.c | 1141 ret = g_dbus_connection_call_sync (manager->priv->connection, in subscribe_signals()
|
D | gdbusproxy.c | 2848 ret = g_dbus_connection_call_sync (proxy->priv->connection, in g_dbus_proxy_call_sync_internal()
|
D | gdbusconnection.c | 2630 hello_result = g_dbus_connection_call_sync (connection, in initable_init() 6233 g_dbus_connection_call_sync (GDBusConnection *connection, in g_dbus_connection_call_sync() function
|
/third_party/glib/gio/tests/ |
D | gdbus-connection.c | 653 result = g_dbus_connection_call_sync (c1, in test_connection_signals() 771 …g_dbus_connection_call_sync (connection, "org.gtk.ExampleInterface", "/", "org.gtk.ExampleInterfac… in test_match_rule() 1066 result = g_dbus_connection_call_sync (c, in test_connection_filter() 1085 result = g_dbus_connection_call_sync (c, in test_connection_filter()
|
D | gdbus-non-socket.c | 257 ret = g_dbus_connection_call_sync (connection, in test_non_socket()
|
D | gdbus-connection-slow.c | 159 result = g_dbus_connection_call_sync (connection, in large_message_on_name_appeared()
|
D | gdbus-exit-on-close.c | 138 v = g_dbus_connection_call_sync (c, "org.freedesktop.DBus", in test_exit_on_close_subprocess()
|
D | gdbus-example-peer.c | 364 value = g_dbus_connection_call_sync (connection, in main()
|
D | gdbus-names.c | 170 result = g_dbus_connection_call_sync (c, in test_bus_own_name() 197 result = g_dbus_connection_call_sync (c, in test_bus_own_name()
|
D | gdbus-threading.c | 536 v = g_dbus_connection_call_sync (conn, "org.freedesktop.DBus", in ensure_connection_works()
|
D | gdbus-proxy.c | 746 ret = g_dbus_connection_call_sync (connection, in kill_test_service()
|
D | gdbus-peer.c | 1561 res = g_dbus_connection_call_sync (c, in delayed_message_processing()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 2958 g_dbus_connection_call_sync
|
/third_party/glib/ |
D | NEWS | 9033 625753 Incorrect flags used in g_dbus_connection_call_sync()
|