Searched refs:mVolumeShapers (Results 1 – 1 of 1) sorted by relevance
917 if (replaceIt == mVolumeShapers.end()) { in applyVolumeShaper()931 (void)mVolumeShapers.erase(replaceIt); in applyVolumeShaper()937 if (oldIt != mVolumeShapers.end()) { in applyVolumeShaper()944 (void)mVolumeShapers.erase(oldIt); in applyVolumeShaper()960 mVolumeShapers.emplace_back(configuration, new VolumeShaper::Operation()); in applyVolumeShaper()961 VS_LOG("after adding, number of volumeShapers:%zu", mVolumeShapers.size()); in applyVolumeShaper()968 if (it == mVolumeShapers.end()) { in applyVolumeShaper()974 mVolumeShapers.erase(it); in applyVolumeShaper()1022 if (it == mVolumeShapers.end()) { in getVolumeShaperState()1037 for (auto it = mVolumeShapers.begin(); it != mVolumeShapers.end();) { in getVolume()[all …]