Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dicmp_session.cc80 echo_reply_handler_.reset(dispatcher_->CreateInputHandler( in Start()
101 echo_reply_handler_.reset(); in Stop()
Dicmp_session.h144 std::unique_ptr<IOHandler> echo_reply_handler_; variable
Dicmp_session_unittest.cc138 EXPECT_FALSE(icmp_session_.echo_reply_handler_); in VerifyIcmpSessionStopped()