Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dconnection_diagnostics.cc240 route_query_callback_.Cancel(); in Stop()
439 route_query_callback_.Reset(Bind(&ConnectionDiagnostics::OnRouteQueryResponse, in FindRouteToHost()
443 route_query_callback_.callback(), connection_->table_id())) { in FindRouteToHost()
444 route_query_callback_.Cancel(); in FindRouteToHost()
Dconnection_diagnostics.h367 route_query_callback_; variable
Dconnection_diagnostics_unittest.cc267 EXPECT_TRUE(connection_diagnostics_.route_query_callback_.IsCancelled()); in VerifyStopped()