Home
last modified time | relevance | path

Searched refs:G_DBUS_CAPABILITY_FLAGS_UNIX_FD_PASSING (Results 1 – 9 of 9) sorted by relevance

/third_party/glib/fuzzing/
Dfuzz_dbus_message.c3 static const GDBusCapabilityFlags flags = G_DBUS_CAPABILITY_FLAGS_UNIX_FD_PASSING;
/third_party/glib/gio/tests/
Dgdbus-example-peer.c154 … g_dbus_connection_get_capabilities (connection) & G_DBUS_CAPABILITY_FLAGS_UNIX_FD_PASSING); in on_new_connection()
360 … g_dbus_connection_get_capabilities (connection) & G_DBUS_CAPABILITY_FLAGS_UNIX_FD_PASSING); in main()
Dgdbus-example-server.c126 if (g_dbus_connection_get_capabilities (connection) & G_DBUS_CAPABILITY_FLAGS_UNIX_FD_PASSING) in handle_method_call()
Dgdbus-connection.c1231 flags == G_DBUS_CAPABILITY_FLAGS_UNIX_FD_PASSING); in test_connection_basic()
1256 flags == G_DBUS_CAPABILITY_FLAGS_UNIX_FD_PASSING); in test_connection_basic()
/third_party/glib/gio/
Dgdbusauth.c705 if (offered_capabilities & G_DBUS_CAPABILITY_FLAGS_UNIX_FD_PASSING) in _g_dbus_auth_run_client()
749 negotiated_capabilities |= G_DBUS_CAPABILITY_FLAGS_UNIX_FD_PASSING; in _g_dbus_auth_run_client()
1326 if (offered_capabilities & G_DBUS_CAPABILITY_FLAGS_UNIX_FD_PASSING) in _g_dbus_auth_run_server()
1328 negotiated_capabilities |= G_DBUS_CAPABILITY_FLAGS_UNIX_FD_PASSING; in _g_dbus_auth_run_server()
Dgioenums.h1238 G_DBUS_CAPABILITY_FLAGS_UNIX_FD_PASSING = (1<<0) enumerator
Dgioenumtypes.c1027 …{ G_DBUS_CAPABILITY_FLAGS_UNIX_FD_PASSING, "G_DBUS_CAPABILITY_FLAGS_UNIX_FD_PASSING", "unix-fd-pas… in g_dbus_capability_flags_get_type()
Dgdbusprivate.c1022 if (!(data->worker->capabilities & G_DBUS_CAPABILITY_FLAGS_UNIX_FD_PASSING)) in write_message_continue_writing()
Dgdbusconnection.c2470 ret |= G_DBUS_CAPABILITY_FLAGS_UNIX_FD_PASSING; in get_offered_capabilities_max()