Searched refs:i_getBandwidthGroup (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | MediumAttachmentImpl.h | 68 Utf8Str& i_getBandwidthGroup() const;
|
H A D | MachineImpl.h | 593 HRESULT i_getBandwidthGroup(const Utf8Str &strBandwidthGroup, function in class:Machine
|
/vbox/src/VBox/Main/src-server/ |
H A D | MediumAttachmentImpl.cpp | 366 hrc = m->pMachine->i_getBandwidthGroup(m->bd->strBandwidthGroup, pBwGroup, true /* fSetError */); 493 Utf8Str& MediumAttachment::i_getBandwidthGroup() const function in class:MediumAttachment
|
H A D | NetworkAdapterImpl.cpp | 1307 hrc = mParent->i_getBandwidthGroup(mData->mBandwidthGroup, pBwGroup, true /* fSetError */); 1339 HRESULT hrc = mParent->i_getBandwidthGroup(strBwGroup, pBwGroup, false /* fSetError */); 1371 HRESULT hrc = mParent->i_getBandwidthGroup(mData->mBandwidthGroup, pOldBwGroup, false /* fSetError */);
|
H A D | MachineImpl.cpp | 4641 const Utf8Str strBandwidthGroupOld = pAttach->i_getBandwidthGroup(); 4646 rc = i_getBandwidthGroup(strBandwidthGroupOld, pBandwidthGroupOld, false); 10474 dev.strBwGroup = pAttach->i_getBandwidthGroup(); 10814 pAtt->i_getBandwidthGroup());
|
Completed in 512 milliseconds