Searched refs:BandwidthGroup (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Main/include/
H A DBandwidthGroupImpl.h25 class ATL_NO_VTABLE BandwidthGroup : class in inherits:BandwidthGroupWrap
30 DECLARE_EMPTY_CTOR_DTOR(BandwidthGroup)
40 HRESULT init(BandwidthControl *aParent, BandwidthGroup *aThat, bool aReshare = false);
41 HRESULT initCopy(BandwidthControl *aParent, BandwidthGroup *aThat);
51 ComObjPtr<BandwidthGroup> i_getPeer() { return m->pPeer; }
94 ComObjPtr<BandwidthGroup> pPeer;
H A DBandwidthControlImpl.h23 class BandwidthGroup;
54 ComObjPtr<BandwidthGroup> &aBandwidthGroup,
72 typedef std::list< ComObjPtr<BandwidthGroup> > BandwidthGroupList;
H A DNetworkAdapterImpl.h27 class BandwidthGroup;
112 void i_updateBandwidthGroup(BandwidthGroup *aBwGroup);
H A DMachineImpl.h594 ComObjPtr<BandwidthGroup> &pBandwidthGroup,
/vbox/src/VBox/Main/src-server/
H A DBandwidthGroupImpl.cpp30 DEFINE_EMPTY_CTOR_DTOR(BandwidthGroup)
32 HRESULT BandwidthGroup::FinalConstruct()
37 void BandwidthGroup::FinalRelease()
55 HRESULT BandwidthGroup::init(BandwidthControl *aParent,
106 HRESULT BandwidthGroup::init(BandwidthControl *aParent,
107 BandwidthGroup *aThat,
151 HRESULT BandwidthGroup::initCopy(BandwidthControl *aParent, BandwidthGroup *aThat)
181 void BandwidthGroup::uninit()
199 HRESULT BandwidthGroup
[all...]
H A DBandwidthControlImpl.cpp119 ComObjPtr<BandwidthGroup> group;
161 ComObjPtr<BandwidthGroup> group;
209 ComObjPtr<BandwidthGroup> group;
279 ComObjPtr<BandwidthGroup> peer = (*it)->i_getPeer();
366 ComObjPtr<BandwidthGroup> &aBandwidthGroup,
404 ComObjPtr<BandwidthGroup> group;
432 ComObjPtr<BandwidthGroup> group;
468 ComObjPtr<BandwidthGroup> group;
501 const settings::BandwidthGroup &gr = *it;
522 settings::BandwidthGroup grou
[all...]
H A DNetworkAdapterImpl.cpp1075 ComObjPtr<BandwidthGroup> group;
1306 ComObjPtr<BandwidthGroup> pBwGroup;
1332 strBwGroup = static_cast<BandwidthGroup *>(iBw)->i_getName();
1336 ComObjPtr<BandwidthGroup> pBwGroup;
1363 void NetworkAdapter::i_updateBandwidthGroup(BandwidthGroup *aBwGroup)
1368 ComObjPtr<BandwidthGroup> pOldBwGroup;
H A DMediumAttachmentImpl.cpp365 ComObjPtr<BandwidthGroup> pBwGroup;
H A DMachineImpl.cpp4635 ComObjPtr<BandwidthGroup> group = static_cast<BandwidthGroup*>(iB);
4645 ComObjPtr<BandwidthGroup> pBandwidthGroupOld;
9332 ComObjPtr<BandwidthGroup> pBwGroup;
/vbox/include/VBox/
H A Dsettings.h818 struct BandwidthGroup struct in namespace:settings
820 BandwidthGroup() function in struct:settings::BandwidthGroup
825 bool operator==(const BandwidthGroup &i) const
836 typedef std::list<BandwidthGroup> BandwidthGroupList;
/vbox/src/VBox/Main/testcase/
H A DtstAPI.cpp1529 CHECK_ERROR_BREAK(nic, COMSETTER(BandwidthGroup)(bwGroup));
1552 CHECK_ERROR_BREAK(nic, COMGETTER(BandwidthGroup)(bwGroup.asOutParam()));
1564 CHECK_ERROR_BREAK(nic, COMSETTER(BandwidthGroup)(bwGroupEmpty));
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageModifyVM.cpp1425 CHECK_ERROR(nic, COMSETTER(BandwidthGroup)(NULL));
1439 CHECK_ERROR(nic, COMSETTER(BandwidthGroup)(bwGroup));
H A DVBoxManageInfo.cpp289 RTPrintf("BandwidthGroup%zu=%ls,%s,%lld\n", i, strName.raw(), pszType, cMaxBytesPerSec);
1253 nic->COMGETTER(BandwidthGroup)(pBwGroup.asOutParam());
/vbox/src/VBox/Main/xml/
H A DSettings.cpp3312 xml::NodesLoop nl2(*pelmBwGroups, "BandwidthGroup");
3316 BandwidthGroup gr;
3328 throw ConfigFileError(this, pelmBandwidthGroup, N_("Invalid value '%s' in BandwidthGroup/@type attribute"), strTemp.c_str());
3331 throw ConfigFileError(this, pelmBandwidthGroup, N_("Missing BandwidthGroup/@type attribute"));
4782 const BandwidthGroup &gr = *it;
4784 xml::ElementNode *pelmThis = pelmBandwidthGroups->createChild("BandwidthGroup");
5658 const BandwidthGroup &gr = *it;
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp4112 hrc = pMediumAtt->COMGETTER(BandwidthGroup)(pBwGroup.asOutParam()); H();
4630 hrc = aNetworkAdapter->COMGETTER(BandwidthGroup)(pBwGroup.asOutParam()); H();

Completed in 161 milliseconds