Lines Matching refs:mVolumeShapers
792 if (replaceIt == mVolumeShapers.end()) { in applyVolumeShaper()
806 (void)mVolumeShapers.erase(replaceIt); in applyVolumeShaper()
812 if (oldIt != mVolumeShapers.end()) { in applyVolumeShaper()
819 (void)mVolumeShapers.erase(oldIt); in applyVolumeShaper()
835 mVolumeShapers.emplace_back(configuration, new VolumeShaper::Operation()); in applyVolumeShaper()
836 VS_LOG("after adding, number of volumeShapers:%zu", mVolumeShapers.size()); in applyVolumeShaper()
843 if (it == mVolumeShapers.end()) { in applyVolumeShaper()
849 mVolumeShapers.erase(it); in applyVolumeShaper()
897 if (it == mVolumeShapers.end()) { in getVolumeShaperState()
912 for (auto it = mVolumeShapers.begin(); it != mVolumeShapers.end();) { in getVolume()
945 for (const auto &shaper : mVolumeShapers) { in toString()
959 VS_LOG("forall: mVolumeShapers.size() %zu", mVolumeShapers.size()); in forall()
960 for (const auto &shaper : mVolumeShapers) { in forall()
968 mVolumeShapers.clear(); in reset()
988 if (findId_l(mVolumeShaperIdCounter) != mVolumeShapers.end()) { in setIdIfNecessary()
1001 std::list<VolumeShaper>::iterator it = mVolumeShapers.begin(); in findId_l()
1002 for (; it != mVolumeShapers.end(); ++it) { in findId_l()
1012 for (const auto &shaper : mVolumeShapers) { in numberOfUserVolumeShapers_l()
1023 std::list<VolumeShaper> mVolumeShapers; // list provides stable iterators on erase variable