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

/system/connectivity/shill/
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 25 milliseconds