Searched defs:PassiveLinkMonitor (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/
H A Dpassive_link_monitor.cc42 const int PassiveLinkMonitor::kDefaultMonitorCycles = 40;
43 const int PassiveLinkMonitor::kCyclePeriodMilliseconds = 25000;
44 const int PassiveLinkMonitor::kMinArpRequestsPerCycle = 5;
46 PassiveLinkMonitor::PassiveLinkMonitor(const ConnectionRefPtr& connection, function in class:shill::PassiveLinkMonitor
61 PassiveLinkMonitor::~PassiveLinkMonitor() {
65 bool PassiveLinkMonitor::Start(int num_cycles) {
74 Bind(&PassiveLinkMonitor::CycleTimeoutHandler, Unretained(this)));
81 void PassiveLinkMonitor
[all...]
H A Dpassive_link_monitor.h31 // PassiveLinkMonitor tracks the status of a connection by monitoring ARP
38 class PassiveLinkMonitor { class in namespace:shill
45 PassiveLinkMonitor(const ConnectionRefPtr& connection,
48 virtual ~PassiveLinkMonitor();
101 DISALLOW_COPY_AND_ASSIGN(PassiveLinkMonitor);

Completed in 253 milliseconds