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

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendCOM.cpp589 template<> KAudioDriverType fromString<KAudioDriverType>(const QString &strType) argument
601 if (!list.contains(strType))
603 AssertMsgFailed(("No value for '%s'", strType.toAscii().constData()));
605 return list.value(strType, KAudioDriverType_Null);
609 template<> KAudioControllerType fromString<KAudioControllerType>(const QString &strType) argument
615 if (!list.contains(strType))
617 AssertMsgFailed(("No value for '%s'", strType.toAscii().constData()));
619 return list.value(strType, KAudioControllerType_AC97);
623 template<> KAuthType fromString<KAuthType>(const QString &strType) argument
629 if (!list.contains(strType))
637 fromString(const QString &strType) argument
[all...]
/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp273 void convertCIMOSType2VBoxOSType(Utf8Str &strType, ovf::CIMOSType_T c, const Utf8Str &cStr) argument
281 strType = Global::OSTypeId(g_osTypesPattern[i].osType);
290 strType = Global::OSTypeId(g_osTypesPattern64[i].osType);
299 strType = Global::OSTypeId(g_osTypes[i].osType);
305 strType = Global::OSTypeId(VBOXOSTYPE_Unknown_x64);
307 strType = Global::OSTypeId(VBOXOSTYPE_Unknown);
346 Utf8Str strType; local
349 case NetworkAttachmentType_NAT: strType = "NAT"; break;
350 case NetworkAttachmentType_Bridged: strType = "Bridged"; break;
351 case NetworkAttachmentType_Internal: strType
[all...]
H A DApplianceImplImport.cpp523 Utf8Str strType = "PIIX4"; local
525 strType = "PIIX3";
527 strType = "ICH6";
531 strType); // aVBoxValue
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp1564 LogFlowThisFunc(("strType=%s, iPropFormat=%d, cItems=%RU32, cbRemaining=%RU32\n",
2341 RTCString strType = xAtomToString(pEvent->message_type); local
2342 LogFlowFunc(("ClientMessage: %s (%RU32), serial=%RU32, wnd=%#x\n", strType.c_str(),
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.cpp985 const QString strType = fIsMachine ? "Machine" : "Global"; local
986 stream.writeStartElement(strType);
1029 stream.writeEndElement(); /* strType */
/vbox/src/VBox/Main/xml/
H A DSettings.cpp700 Utf8Str strType; local
701 if (elmMedium.getAttributeValue("type", strType))
704 strType.toUpper();
705 if (strType == "NORMAL")
707 else if (strType == "IMMUTABLE")
709 else if (strType == "WRITETHROUGH")
711 else if (strType == "SHAREABLE")
713 else if (strType == "READONLY")
715 else if (strType == "MULTIATTACH")
3128 Utf8Str strType; local
3497 Utf8Str strType; local
4512 com::Utf8Str strType; local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp4601 QString strType; local
4604 case LaunchMode_Default: strType = ""; break;
4606 case LaunchMode_Headless: strType = "headless"; break;
4610 CProgress progress = machine.LaunchVMProcess(session, strType, strEnv);

Completed in 271 milliseconds