Lines Matching refs:uuid
45 return_uuid (DBusGUID *uuid,
59 if (!_dbus_uuid_encode (uuid, &encoded) ||
77 * @param uuid_p out param to return the uuid
88 DBusGUID uuid;
94 if (!_dbus_read_uuid_file (&filename_str, &uuid, create_if_not_found, error))
99 if (!_dbus_read_local_machine_uuid (&uuid, create_if_not_found, error))
103 if (!return_uuid(&uuid, uuid_p, error))
118 * @param uuid_p out param to return the uuid
124 DBusGUID uuid;
126 _dbus_generate_uuid (&uuid);
127 return return_uuid (&uuid, uuid_p, NULL);