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