Searched refs:strAction (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendCOM.cpp576 template<> KUSBDeviceFilterAction fromString<KUSBDeviceFilterAction>(const QString &strAction) argument
581 if (!list.contains(strAction))
583 AssertMsgFailed(("No value for '%s'", strAction.toAscii().constData()));
585 return list.value(strAction, KUSBDeviceFilterAction_Null);
H A DUIConverterBackend.h219 template<> KUSBDeviceFilterAction fromString<KUSBDeviceFilterAction>(const QString &strAction);
/vbox/src/VBox/Main/xml/
H A DSettings.cpp547 Utf8Str strAction; local
567 if (pelmLevel4Child->getAttributeValue("action", strAction))
569 if (strAction == "Ignore")
571 else if (strAction == "Hold")
574 throw ConfigFileError(this, pelmLevel4Child, N_("Invalid value '%s' in DeviceFilter/@action attribute"), strAction.c_str());

Completed in 97 milliseconds