Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dtraffic_monitor_unittest.cc194 string ip_port = FormatIPPort(local_addr_, TrafficMonitorTest::kLocalPort1); in TEST_F() local
195 EXPECT_EQ(TrafficMonitorTest::kTxQueueLength1, tx_queue_lengths[ip_port]); in TEST_F()
314 string ip_port = FormatIPPort(local_addr_, TrafficMonitorTest::kLocalPort2); in TEST_F() local
315 EXPECT_EQ(kTxQueueLength2, tx_queue_lengths[ip_port]); in TEST_F()
316 ip_port = FormatIPPort(local_addr_, TrafficMonitorTest::kLocalPort3); in TEST_F()
317 EXPECT_EQ(kTxQueueLength3, tx_queue_lengths[ip_port]); in TEST_F()