Searched refs:mVolumeShapers (Results 1 – 1 of 1) sorted by relevance
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()[all …]