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

/system/connectivity/shill/
H A Dlink_monitor.cc42 const int LinkMonitor::kDefaultTestPeriodMilliseconds =
44 const int LinkMonitor::kFailureThreshold =
46 const char LinkMonitor::kDefaultLinkMonitorTechnologies[] = "wifi";
48 LinkMonitor::LinkMonitor(const ConnectionRefPtr& connection, function in class:shill::LinkMonitor
65 Bind(&LinkMonitor::OnActiveLinkMonitorFailure,
67 Bind(&LinkMonitor::OnActiveLinkMonitorSuccess,
73 Bind(&LinkMonitor::OnPassiveLinkMonitorResultCallback,
78 LinkMonitor::~LinkMonitor() {
[all...]
H A Dlink_monitor.h40 class LinkMonitor { class in namespace:shill
56 LinkMonitor(const ConnectionRefPtr& connection,
62 virtual ~LinkMonitor();
71 // Inform LinkMonitor that the system is resuming from sleep.
72 // LinkMonitor will immediately start the ActiveLinkMonitor, using a lower
82 // Returns true if the LinkMonitor was ever able to find the default
105 // Failure callback method to call if LinkMonitor fails.
118 DISALLOW_COPY_AND_ASSIGN(LinkMonitor);

Completed in 51 milliseconds