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

/vbox/src/VBox/Main/include/
H A DBandwidthGroupImpl.h39 LONG64 aMaxBytesPerSec);
54 LONG64 i_getMaxBytesPerSec() const { return m->bd->aMaxBytesPerSec; }
63 HRESULT getMaxBytesPerSec(LONG64 *aMaxBytesPerSec);
76 aMaxBytesPerSec(0),
82 LONG64 aMaxBytesPerSec; member in struct:BandwidthGroup::BackupableBandwidthGroupData
H A DBandwidthControlImpl.h65 LONG64 aMaxBytesPerSec);
/vbox/src/VBox/Main/src-server/
H A DBandwidthGroupImpl.cpp53 * @param aMaxBytesPerSec Maximum bandwidth for the bandwidth group.
58 LONG64 aMaxBytesPerSec)
82 m->bd->aMaxBytesPerSec = aMaxBytesPerSec;
224 HRESULT BandwidthGroup::getMaxBytesPerSec(LONG64 *aMaxBytesPerSec) argument
228 *aMaxBytesPerSec = m->bd->aMaxBytesPerSec;
233 HRESULT BandwidthGroup::setMaxBytesPerSec(LONG64 aMaxBytesPerSec) argument
235 if (aMaxBytesPerSec < 0)
242 m->bd->aMaxBytesPerSec
55 init(BandwidthControl *aParent, const Utf8Str &aName, BandwidthGroupType_T aType, LONG64 aMaxBytesPerSec) argument
[all...]
H A DBandwidthControlImpl.cpp391 LONG64 aMaxBytesPerSec)
393 if (aMaxBytesPerSec < 0)
414 rc = group->init(this, aName, aType, aMaxBytesPerSec);
389 createBandwidthGroup(const com::Utf8Str &aName, BandwidthGroupType_T aType, LONG64 aMaxBytesPerSec) argument
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h15669 #define IBandwidthGroup_get_MaxBytesPerSec(p, aMaxBytesPerSec) ((p)->lpVtbl->GetMaxBytesPerSec(p, aMaxBytesPerSec))
15670 #define IBandwidthGroup_GetMaxBytesPerSec(p, aMaxBytesPerSec) ((p)->lpVtbl->GetMaxBytesPerSec(p, aMaxBytesPerSec))
15671 #define IBandwidthGroup_put_MaxBytesPerSec(p, aMaxBytesPerSec) ((p)->lpVtbl->SetMaxBytesPerSec(p, aMaxBytesPerSec))
15672 #define IBandwidthGroup_SetMaxBytesPerSec(p, aMaxBytesPerSec) ((p)->lpVtbl->SetMaxBytesPerSec(p, aMaxBytesPerSec))
15764 #define IBandwidthControl_CreateBandwidthGroup(p, aName, aType, aMaxBytesPerSec) ((p)->lpVtbl->CreateBandwidthGroup(p, aName, aType, aMaxBytesPerSec))
[all...]

Completed in 177 milliseconds