Searched defs:TrafficMonitorTest (Results 1 - 1 of 1) sorted by relevance

/system/connectivity/shill/
H A Dtraffic_monitor_unittest.cc48 class TrafficMonitorTest : public Test { class in namespace:shill
63 TrafficMonitorTest() function in class:shill::TrafficMonitorTest
109 Invoke(this, &TrafficMonitorTest::MockLoadTcpSocketInfo));
117 Invoke(this, &TrafficMonitorTest::MockLoadConnectionInfo));
149 const char TrafficMonitorTest::kLocalIpAddr[] = "127.0.0.1";
150 const uint16_t TrafficMonitorTest::kLocalPort1 = 1234;
151 const uint16_t TrafficMonitorTest::kLocalPort2 = 2345;
152 const uint16_t TrafficMonitorTest::kLocalPort3 = 3456;
153 const uint16_t TrafficMonitorTest::kLocalPort4 = 4567;
154 const uint16_t TrafficMonitorTest
[all...]

Completed in 64 milliseconds