Searched refs:RoutingTable (Results 1 – 12 of 12) sorted by relevance
59 static string ObjectID(RoutingTable* r) { return "(routing_table)"; } in ObjectID()63 base::LazyInstance<RoutingTable> g_routing_table = LAZY_INSTANCE_INITIALIZER;67 const char RoutingTable::kRouteFlushPath4[] = "/proc/sys/net/ipv4/route/flush";69 const char RoutingTable::kRouteFlushPath6[] = "/proc/sys/net/ipv6/route/flush";71 RoutingTable::RoutingTable() in RoutingTable() function in shill::RoutingTable72 : route_callback_(Bind(&RoutingTable::RouteMsgHandler, Unretained(this))), in RoutingTable()77 RoutingTable::~RoutingTable() {} in ~RoutingTable()79 RoutingTable* RoutingTable::GetInstance() { in GetInstance()83 void RoutingTable::Start() { in Start()91 void RoutingTable::Stop() { in Stop()[all …]
44 class RoutingTable {69 virtual ~RoutingTable();71 static RoutingTable* GetInstance();146 RoutingTable();149 friend struct base::DefaultLazyInstanceTraits<RoutingTable>;182 DISALLOW_COPY_AND_ASSIGN(RoutingTable);
40 class RoutingTable; variable116 RoutingTable* routing_table_;
69 RoutingTableTest() : routing_table_(new RoutingTable()) {} in RoutingTableTest()84 deque<RoutingTable::Query>* GetQueries() { in GetQueries()140 const RoutingTable::Query::Callback& mocked_callback() const { in mocked_callback()144 const RoutingTable::Query::Callback& unreached_callback() const { in unreached_callback()150 const RoutingTable::Query::Callback mocked_callback_;151 const RoutingTable::Query::Callback unreached_callback_;154 std::unique_ptr<RoutingTable> routing_table_;610 RoutingTable::Query::Callback(), in TEST_F()679 RoutingTable::Query::Callback(), in TEST_F()
45 class RoutingTable; variable334 RoutingTable* routing_table_;
27 class MockRoutingTable : public RoutingTable {
45 class RoutingTable; variable238 RoutingTable* routing_table_;
44 class RoutingTable; variable326 RoutingTable* routing_table_;
110 routing_table_ = RoutingTable::GetInstance(); in Init()
138 routing_table_(RoutingTable::GetInstance()), in Connection()
158 routing_table_(RoutingTable::GetInstance()), in ConnectionDiagnostics()
123 routing_table_(RoutingTable::GetInstance()), in DeviceInfo()