Home
last modified time | relevance | path

Searched refs:percentage_threshold (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Dicmp_session.cc117 const IcmpSessionResult& result, int percentage_threshold) { in IsPacketLossPercentageGreaterThan() argument
118 if (percentage_threshold < 0) { in IsPacketLossPercentageGreaterThan()
120 << percentage_threshold << ")"; in IsPacketLossPercentageGreaterThan()
135 return packet_loss_percentage > percentage_threshold; in IsPacketLossPercentageGreaterThan()
Dicmp_session.h96 int percentage_threshold);