Searched refs:strBandwidthGroup (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Main/src-server/ |
H A D | MediumAttachmentImpl.cpp | 56 Utf8Str strBandwidthGroup; member in struct:BackupableMediumAttachmentData 129 const Utf8Str &strBandwidthGroup) 132 LogFlowThisFunc(("aParent=%p aMedium=%p aControllerName=%ls aPort=%d aDevice=%d aType=%d aImplicit=%d aPassthrough=%d aTempEject=%d aNonRotational=%d aDiscard=%d aHotPluggable=%d strBandwithGroup=%s\n", aParent, aMedium, aControllerName.raw(), aPort, aDevice, aType, aImplicit, aPassthrough, aTempEject, aNonRotational, aDiscard, aHotPluggable, strBandwidthGroup.c_str())); 147 unconst(m->bd->strBandwidthGroup) = strBandwidthGroup; 363 if (m->bd->strBandwidthGroup.isNotEmpty()) 366 hrc = m->pMachine->i_getBandwidthGroup(m->bd->strBandwidthGroup, pBwGroup, true /* fSetError */); 495 return m->bd->strBandwidthGroup; 578 m->bd->strBandwidthGroup = aBandwidthGroup; 117 init(Machine *aParent, Medium *aMedium, const Bstr &aControllerName, LONG aPort, LONG aDevice, DeviceType_T aType, bool aImplicit, bool aPassthrough, bool aTempEject, bool aNonRotational, bool aDiscard, bool aHotPluggable, const Utf8Str &strBandwidthGroup) argument
|
H A D | NetworkAdapterImpl.cpp | 1072 mData->mBandwidthGroup = data.strBandwidthGroup; 1076 rc = bwctl->i_getBandwidthGroupByName(data.strBandwidthGroup, group, true); 1130 data.strBandwidthGroup = mData->mBandwidthGroup;
|
/vbox/src/VBox/Main/include/ |
H A D | MediumAttachmentImpl.h | 46 const Utf8Str &strBandwidthGroup);
|
H A D | MachineImpl.h | 593 HRESULT i_getBandwidthGroup(const Utf8Str &strBandwidthGroup, argument 597 return mBandwidthControl->i_getBandwidthGroupByName(strBandwidthGroup,
|
/vbox/src/VBox/Main/xml/ |
H A D | Settings.cpp | 1885 && (strBandwidthGroup == n.strBandwidthGroup) 2388 pelmAdapter->getAttributeValue("bandwidthGroup", nic.strBandwidthGroup); 4560 if (nic.strBandwidthGroup.isNotEmpty()) 4561 pelmAdapter->setAttribute("bandwidthGroup", nic.strBandwidthGroup); 5915 && (netit->strBandwidthGroup.isNotEmpty())
|
/vbox/include/VBox/ |
H A D | settings.h | 630 com::Utf8Str strBandwidthGroup; // requires settings version 1.13 (VirtualBox 4.2) member in struct:settings::NetworkAdapter
|
Completed in 281 milliseconds