Lines Matching refs:uuid
44 return_uuid (DBusGUID *uuid,
52 if (!_dbus_uuid_encode (uuid, &encoded) ||
70 * @param uuid_p out param to return the uuid
81 DBusGUID uuid;
87 if (!_dbus_read_uuid_file (&filename_str, &uuid, create_if_not_found, error))
92 if (!_dbus_read_local_machine_uuid (&uuid, create_if_not_found, error))
96 if (!return_uuid(&uuid, uuid_p, error))
111 * @param uuid_p out param to return the uuid
117 DBusGUID uuid;
119 _dbus_generate_uuid (&uuid);
120 return return_uuid (&uuid, uuid_p, NULL);