Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dicmp_session_unittest.cc69 class IcmpSessionTest : public Test { class
71 IcmpSessionTest() : icmp_session_(&dispatcher_) {} in IcmpSessionTest() function in shill::IcmpSessionTest
72 virtual ~IcmpSessionTest() {} in ~IcmpSessionTest()
106 destination, Bind(&IcmpSessionTest::ResultCallback, Unretained(this))); in Start()
178 const char IcmpSessionTest::kIPAddress[] = "10.0.1.1";
180 TEST_F(IcmpSessionTest, Constructor) { in TEST_F() argument
194 TEST_F(IcmpSessionTest, StartWhileAlreadyStarted) { in TEST_F() argument
207 TEST_F(IcmpSessionTest, StopWhileNotStarted) { in TEST_F() argument
216 TEST_F(IcmpSessionTest, SessionSuccess) { in TEST_F() argument
342 TEST_F(IcmpSessionTest, SessionTimeoutOrInterrupted) { in TEST_F() argument
[all …]
Dicmp_session.h101 friend class IcmpSessionTest; variable
103 FRIEND_TEST(IcmpSessionTest, Constructor); // for |echo_id_|