Searched defs:aDeviceType (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsStorage.cpp725 AttachmentItem::AttachmentItem (AbstractItem *aParent, KDeviceType aDeviceType) argument
727 , mAttDeviceType (aDeviceType)
1616 QModelIndex StorageModel::addAttachment (const QUuid &aCtrId, KDeviceType aDeviceType, const QString &strMediumId) argument
1623 AttachmentItem *pItem = new AttachmentItem (parent, aDeviceType);
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp1018 const DeviceType_T aDeviceType)
1040 m->devType = aDeviceType;
1076 fInUse = m->pVirtualBox->i_isMediaUuidInUse(m->id, aDeviceType);
1120 * @param aDeviceType Device type of medium.
1126 DeviceType_T aDeviceType)
1144 m->devType = aDeviceType;
1152 if (aDeviceType == DeviceType_DVD)
1154 else if (aDeviceType == DeviceType_Floppy)
1228 * @param aDeviceType Device type of the medium.
1238 DeviceType_T aDeviceType,
1014 init(VirtualBox *aVirtualBox, const Utf8Str &aFormat, const Utf8Str &aLocation, const Guid &uuidMachineRegistry, const DeviceType_T aDeviceType) argument
1122 init(VirtualBox *aVirtualBox, const Utf8Str &aLocation, HDDOpenMode enOpenMode, bool fForceNewUuid, DeviceType_T aDeviceType) argument
1237 initOne(Medium *aParent, DeviceType_T aDeviceType, const Guid &uuidMachineRegistry, const settings::Medium &data, const Utf8Str &strMachineFolder) argument
1385 init(VirtualBox *aVirtualBox, Medium *aParent, DeviceType_T aDeviceType, const Guid &uuidMachineRegistry, const settings::Medium &data, const Utf8Str &strMachineFolder, AutoWriteLock &mediaTreeLock) argument
1459 init(VirtualBox *aVirtualBox, DeviceType_T aDeviceType, const Utf8Str &aLocation, const Utf8Str &aDescription ) argument
1683 getDeviceType(DeviceType_T *aDeviceType) argument
[all...]
H A DVirtualBoxImpl.cpp1742 DeviceType_T aDeviceType,
1753 switch (aDeviceType)
1766 aDeviceType);
1778 if (aDeviceType == DeviceType_DVD)
1785 aDeviceType);
1791 return setError(E_INVALIDARG, "Device type must be HardDisk, DVD or Floppy %d", aDeviceType);
1801 DeviceType_T aDeviceType,
1817 switch (aDeviceType)
1831 rc = i_findDVDOrFloppyImage(aDeviceType, &id, Utf8Str::Empty,
1834 rc = i_findDVDOrFloppyImage(aDeviceType, NUL
1739 createMedium(const com::Utf8Str &aFormat, const com::Utf8Str &aLocation, AccessMode_T aAccessMode, DeviceType_T aDeviceType, ComPtr<IMedium> &aMedium) argument
1800 openMedium(const com::Utf8Str &aLocation, DeviceType_T aDeviceType, AccessMode_T aAccessMode, BOOL aForceNewUuid, ComPtr<IMedium> &aMedium) argument
[all...]

Completed in 106 milliseconds