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

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsStorage.cpp3720 KDeviceType attachmentDeviceType = attachmentData.m_attachmentType; local
3739 m_machine.AttachDevice(strControllerName, iAttachmentPort, iAttachmentDevice, attachmentDeviceType, comMedium);
3744 if (attachmentDeviceType == KDeviceType_DVD)
3759 else if (attachmentDeviceType == KDeviceType_HardDisk)
3781 msgCenter().cannotAttachDevice(m_machine, mediumTypeToLocal(attachmentDeviceType),
3814 KDeviceType attachmentDeviceType = attachmentData.m_attachmentType; local
3833 if (attachmentDeviceType == KDeviceType_DVD)
3848 else if (attachmentDeviceType == KDeviceType_HardDisk)
3870 msgCenter().cannotAttachDevice(m_machine, mediumTypeToLocal(attachmentDeviceType),

Completed in 62 milliseconds