Home
last modified time | relevance | path

Searched refs:IsGatewayFound (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/shill/
Dmock_link_monitor.h35 MOCK_CONST_METHOD0(IsGatewayFound, bool());
Dactive_link_monitor.cc114 bool ActiveLinkMonitor::IsGatewayFound() const { in IsGatewayFound() function in shill::ActiveLinkMonitor
291 if (!IsGatewayFound()) { in ReceiveResponse()
317 if (!IsGatewayFound()) { in SendRequest()
Dlink_monitor.h84 virtual bool IsGatewayFound() const;
Dactive_link_monitor.h93 bool IsGatewayFound() const;
Dlink_monitor.cc116 bool LinkMonitor::IsGatewayFound() const { in IsGatewayFound() function in shill::LinkMonitor
/system/connectivity/shill/wifi/
Dwifi.cc1743 if (!link_monitor()->IsGatewayFound()) { in OnLinkMonitorFailure()
Dwifi_unittest.cc3234 EXPECT_CALL(*link_monitor, IsGatewayFound()) in TEST_F()