Lines Matching refs:mVolumeShapers
791 if (replaceIt == mVolumeShapers.end()) { in applyVolumeShaper()
805 (void)mVolumeShapers.erase(replaceIt); in applyVolumeShaper()
811 if (oldIt != mVolumeShapers.end()) { in applyVolumeShaper()
818 (void)mVolumeShapers.erase(oldIt); in applyVolumeShaper()
834 mVolumeShapers.emplace_back(configuration, new VolumeShaper::Operation()); in applyVolumeShaper()
835 VS_LOG("after adding, number of volumeShapers:%zu", mVolumeShapers.size()); in applyVolumeShaper()
842 if (it == mVolumeShapers.end()) { in applyVolumeShaper()
848 mVolumeShapers.erase(it); in applyVolumeShaper()
896 if (it == mVolumeShapers.end()) { in getVolumeShaperState()
911 for (auto it = mVolumeShapers.begin(); it != mVolumeShapers.end();) { in getVolume()
944 for (const auto &shaper : mVolumeShapers) { in toString()
958 VS_LOG("forall: mVolumeShapers.size() %zu", mVolumeShapers.size()); in forall()
959 for (const auto &shaper : mVolumeShapers) { in forall()
967 mVolumeShapers.clear(); in reset()
987 if (findId_l(mVolumeShaperIdCounter) != mVolumeShapers.end()) { in setIdIfNecessary()
1000 std::list<VolumeShaper>::iterator it = mVolumeShapers.begin(); in findId_l()
1001 for (; it != mVolumeShapers.end(); ++it) { in findId_l()
1011 for (const auto &shaper : mVolumeShapers) { in numberOfUserVolumeShapers_l()
1022 std::list<VolumeShaper> mVolumeShapers; // list provides stable iterators on erase variable