Searched refs:per (Results 1 – 6 of 6) sorted by relevance
106 void HostBase::SetPacketLossRatio(int per) in SetPacketLossRatio() argument109 ASSERT((0<=per) && (per<=100)); in SetPacketLossRatio()111 m_packetLossRatio = per; in SetPacketLossRatio()
174 void Sender::SetPacketLossRatio(int per) in SetPacketLossRatio() argument182 return m_pImpl->SetPacketLossRatio(per); in SetPacketLossRatio()
177 void Receiver::SetPacketLossRatio(int per) in SetPacketLossRatio() argument185 m_pImpl->SetPacketLossRatio(per); in SetPacketLossRatio()
65 void SetPacketLossRatio(int per);
232 void SetPacketLossRatio(int per);
226 void SetPacketLossRatio(int per);