HomeSort by relevance Sort by last modified time
    Searched refs:IsPacketLossPercentageGreaterThan (Results 1 - 4 of 4) sorted by null

  /system/connectivity/shill/
icmp_session.h 95 static bool IsPacketLossPercentageGreaterThan(const IcmpSessionResult& result,
icmp_session_unittest.cc 456 TEST_F(IcmpSessionTest, IsPacketLossPercentageGreaterThan) {
460 EXPECT_FALSE(IcmpSession::IsPacketLossPercentageGreaterThan(
468 EXPECT_FALSE(IcmpSession::IsPacketLossPercentageGreaterThan(
476 EXPECT_FALSE(IcmpSession::IsPacketLossPercentageGreaterThan(
478 EXPECT_FALSE(IcmpSession::IsPacketLossPercentageGreaterThan(
480 EXPECT_TRUE(IcmpSession::IsPacketLossPercentageGreaterThan(
482 EXPECT_TRUE(IcmpSession::IsPacketLossPercentageGreaterThan(
icmp_session.cc 116 bool IcmpSession::IsPacketLossPercentageGreaterThan(
connection_diagnostics.cc 708 if (IcmpSession::IsPacketLossPercentageGreaterThan(result, 50)) {
    [all...]

Completed in 395 milliseconds