Searched defs:strAction (Results 1 - 2 of 2) 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);
/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 71 milliseconds