Searched refs:mBandwidthGroup (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DNetworkAdapterImpl.cpp1072 mData->mBandwidthGroup = data.strBandwidthGroup;
1073 if (mData->mBandwidthGroup.isNotEmpty())
1130 data.strBandwidthGroup = mData->mBandwidthGroup;
1304 if (mData->mBandwidthGroup.isNotEmpty())
1307 hrc = mParent->i_getBandwidthGroup(mData->mBandwidthGroup, pBwGroup, true /* fSetError */);
1334 if (mData->mBandwidthGroup != strBwGroup)
1369 if (!mData->mBandwidthGroup.isEmpty())
1371 HRESULT hrc = mParent->i_getBandwidthGroup(mData->mBandwidthGroup, pOldBwGroup, false /* fSetError */);
1381 mData->mBandwidthGroup = Utf8Str::Empty;
1386 mData->mBandwidthGroup
[all...]
/vbox/src/VBox/Main/include/
H A DNetworkAdapterImpl.h150 com::Utf8Str mBandwidthGroup; member in struct:NetworkAdapter::Data

Completed in 44 milliseconds