Searched refs:strProduct (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/include/
H A Dovfreader.h585 RTCString strProduct; // product info if any; receives contents of VirtualSystem/ProductSection/Product member in struct:ovf::VirtualSystem
/vbox/src/VBox/Main/src-server/
H A DUSBDeviceFilterImpl.cpp253 rc = i_usbFilterFieldSetter(USBFILTERIDX_PRODUCT_STR, data.strProduct);
908 rc = i_usbFilterFieldSetter(USBFILTERIDX_PRODUCT_ID, data.strProduct);
1235 i_usbFilterFieldToString(&mData->mUSBFilter, USBFILTERIDX_PRODUCT_STR, data.strProduct);
H A DUSBDeviceFiltersImpl.cpp557 f.strProduct = str;
H A DApplianceImplImport.cpp210 if (!vsysThis.strProduct.isEmpty())
213 vsysThis.strProduct,
214 vsysThis.strProduct);
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsUSB.cpp849 QString strProduct = usbFilterData.m_strProduct; local
850 if (!strProduct.isEmpty())
851 strToolTip += strToolTip.isEmpty() ? "":"<br/>" + tr("<nobr>Product: %4</nobr>", "USB filter tooltip").arg(strProduct);
/vbox/src/VBox/Main/xml/
H A Dovfreader.cpp384 vsys.strProduct = pelmProduct->getValue();
H A DSettings.cpp557 pelmLevel4Child->getAttributeValue("product", flt.strProduct);
1109 if (flt.strProduct.length())
1110 pelmFilter->setAttribute("product", flt.strProduct);
1344 && (strProduct == u.strProduct)
/vbox/include/VBox/
H A Dsettings.h111 strProduct, member in struct:settings::USBDeviceFilter

Completed in 519 milliseconds