Searched refs:i_getBandwidthGroup (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/include/
H A DMediumAttachmentImpl.h68 Utf8Str& i_getBandwidthGroup() const;
H A DMachineImpl.h593 HRESULT i_getBandwidthGroup(const Utf8Str &strBandwidthGroup, function in class:Machine
/vbox/src/VBox/Main/src-server/
H A DMediumAttachmentImpl.cpp366 hrc = m->pMachine->i_getBandwidthGroup(m->bd->strBandwidthGroup, pBwGroup, true /* fSetError */);
493 Utf8Str& MediumAttachment::i_getBandwidthGroup() const function in class:MediumAttachment
H A DNetworkAdapterImpl.cpp1307 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 DMachineImpl.cpp4641 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