Searched refs:IcmpSessionTest (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 45 milliseconds