Home
last modified time | relevance | path

Searched refs:g_bus_get_sync (Results 1 – 25 of 33) sorted by relevance

12

/third_party/glib/gio/tests/
Dgdbus-connection.c132 c = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error); in test_connection_bus_failure()
161 c = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error); in test_connection_life_cycle()
170 c2 = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error); in test_connection_life_cycle()
412 c = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL); in test_connection_send()
575 c1 = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL); in test_connection_signals()
791 con = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL); in test_connection_signal_match_rules()
960 c = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error); in test_connection_filter()
1174 c = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error); in test_connection_serials()
1225 connection = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error); in test_connection_basic()
Dgdbus-connection-flush-helper.c32 c = g_bus_get_sync (G_BUS_TYPE_SESSION, in main()
Dgdbus-bz627724.c55 the_connection = g_bus_get_sync (G_BUS_TYPE_SESSION, in my_object_class_init()
Dgdbus-threading.c500 connection = g_bus_get_sync (G_BUS_TYPE_SESSION, in test_method_calls_in_thread()
565 conn = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error); in get_sync_in_thread()
661 c = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error); in main()
Dgapplication.c139 c = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL);
172 c = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL);
254 c = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL);
380 c = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL); in properties()
561 c = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL); in test_quit()
Dgdbus-connection-loss.c129 c = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error); in main()
Dgdbus-address-get-session.c188 GDBusConnection *bus = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &err); in check_and_cleanup_autolaunched_win32_bus()
Dactions.c675 bus = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL); in call_list()
725 bus = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL); in call_describe()
761 bus = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL); in test_dbus_export()
890 bus = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL); in do_export()
958 bus = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL); in test_bug679509()
Dgdbus-proxy-threads.c209 connection = g_bus_get_sync (G_BUS_TYPE_SESSION, in test_proxy()
Dgdbus-proxy-unique-name.c65 c = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error); in test_proxy_unique_name()
Dgdbus-exit-on-close.c116 c = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL); in test_exit_on_close_subprocess()
Dgdbus-connection-slow.c67 connection = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error); in test_connection_flush()
Dgdbus-proxy-well-known-name.c65 c = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error); in test_proxy_well_known_name()
Dgdbus-export.c1020 c = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error); in test_object_registration()
1436 c = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error); in test_object_registration_with_closures()
1565 c = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error); in test_registered_interfaces()
1735 c = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error); in test_async_properties()
Dgdbus-proxy.c701 connection = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL); in test_basic()
774 connection = g_bus_get_sync (G_BUS_TYPE_SESSION, in test_proxy()
Dgdbus-introspection.c110 connection = g_bus_get_sync (G_BUS_TYPE_SESSION, in test_introspection_parser()
Dgdbus-names.c167 c = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL); in test_bus_own_name()
710 connection = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL); in test_bus_watch_name()
Dgmenumodel.c1009 bus = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL); in test_dbus_roundtrip()
1148 bus = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL); in test_dbus_subscriptions()
1198 bus = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL); in do_export()
/third_party/glib/gio/
Dggtknotificationbackend.c57 session_bus = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL); in g_gtk_notification_backend_is_supported()
Dgtrashportal.c51 GDBusConnection *connection = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL); in ensure_trash_portal()
Dgdocumentportal.c50 connection = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, error); in get_document_portal()
Dgopenuriportal.c51 GDBusConnection *connection = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error); in init_openuri_portal()
Dgapplication-tool.c264 session = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error); in app_call()
Dgdbusconnection.h50 GDBusConnection *g_bus_get_sync (GBusType bus_type,
Dgapplicationimpl-dbus.c609 impl->session_bus = g_bus_get_sync (G_BUS_TYPE_SESSION, cancellable, NULL); in g_application_impl_register()

12