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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp1987 void UIMessageCenter::cannotAttachUSBDevice(const CConsole &console, const QString &strDevice) const
1991 .arg(strDevice, CConsole(console).GetMachine().GetName()),
1995 void UIMessageCenter::cannotAttachUSBDevice(const CVirtualBoxErrorInfo &errorInfo, const QString &strDevice, const QString &strMachineName) const argument
1999 .arg(strDevice, strMachineName),
2003 void UIMessageCenter::cannotDetachUSBDevice(const CConsole &console, const QString &strDevice) const
2007 .arg(strDevice, CConsole(console).GetMachine().GetName()),
2011 void UIMessageCenter::cannotDetachUSBDevice(const CVirtualBoxErrorInfo &errorInfo, const QString &strDevice, const QString &strMachineName) const argument
2015 .arg(strDevice, strMachineName),
/vbox/src/VBox/Main/xml/
H A DSettings.cpp2936 Utf8Str strDevice; local
2954 if (!pelmOrder->getAttributeValue("device", strDevice))
2958 if (strDevice == "None")
2960 else if (strDevice == "Floppy")
2962 else if (strDevice == "DVD")
2964 else if (strDevice == "HardDisk")
2966 else if (strDevice == "Network")
2969 throw ConfigFileError(this, pelmOrder, N_("Invalid value '%s' in Boot/Order/@device attribute"), strDevice.c_str());

Completed in 93 milliseconds