HomeSort by relevance Sort by last modified time
    Searched defs:server_guid (Results 1 - 2 of 2) sorted by null

  /external/dbus/dbus/
dbus-transport.c 93 * @param server_guid non-#NULL if this transport is on the server side of a connection
100 const DBusString *server_guid,
113 if (server_guid)
114 auth = _dbus_auth_server_new (server_guid);
140 if (server_guid)
166 transport->is_server = (server_guid != NULL);
728 const char *server_guid; local
730 server_guid = _dbus_auth_get_guid_from_server (transport->auth);
731 _dbus_assert (server_guid != NULL);
734 strcmp (transport->expected_guid, server_guid) != 0
    [all...]
dbus-connection.c 297 char *server_guid; /**< GUID of server if we are in shared_connections, #NULL if server GUID is unknown or connection is private */ member in struct:DBusConnection
    [all...]

Completed in 107 milliseconds