Lines Matching refs:mVolumeShapers
962 if (replaceIt == mVolumeShapers.end()) { in applyVolumeShaper()
976 (void)mVolumeShapers.erase(replaceIt); in applyVolumeShaper()
982 if (oldIt != mVolumeShapers.end()) { in applyVolumeShaper()
989 (void)mVolumeShapers.erase(oldIt); in applyVolumeShaper()
1005 mVolumeShapers.emplace_back(configuration, new VolumeShaper::Operation()); in applyVolumeShaper()
1006 VS_LOG("after adding, number of volumeShapers:%zu", mVolumeShapers.size()); in applyVolumeShaper()
1013 if (it == mVolumeShapers.end()) { in applyVolumeShaper()
1019 mVolumeShapers.erase(it); in applyVolumeShaper()
1067 if (it == mVolumeShapers.end()) { in getVolumeShaperState()
1082 for (auto it = mVolumeShapers.begin(); it != mVolumeShapers.end();) { in getVolume()
1115 for (const auto &shaper : mVolumeShapers) { in toString()
1129 VS_LOG("forall: mVolumeShapers.size() %zu", mVolumeShapers.size()); in forall()
1130 for (const auto &shaper : mVolumeShapers) { in forall()
1138 mVolumeShapers.clear(); in reset()
1158 if (findId_l(mVolumeShaperIdCounter) != mVolumeShapers.end()) { in setIdIfNecessary()
1171 std::list<VolumeShaper>::iterator it = mVolumeShapers.begin(); in findId_l()
1172 for (; it != mVolumeShapers.end(); ++it) { in findId_l()
1182 for (const auto &shaper : mVolumeShapers) { in numberOfUserVolumeShapers_l()
1193 std::list<VolumeShaper> mVolumeShapers; // list provides stable iterators on erase variable