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 87 * @param server_guid non-#NULL if this transport is on the server side of a connection
94 const DBusString *server_guid,
106 if (server_guid)
107 auth = _dbus_auth_server_new (server_guid);
124 if (server_guid)
149 transport->is_server = (server_guid != NULL);
533 const char *server_guid; local
535 server_guid = _dbus_auth_get_guid_from_server (transport->auth);
536 _dbus_assert (server_guid != NULL);
539 strcmp (transport->expected_guid, server_guid) != 0
    [all...]
dbus-connection.c 282 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 835 milliseconds