Searched refs:IsGatewayFound (Results 1 – 7 of 7) sorted by relevance
35 MOCK_CONST_METHOD0(IsGatewayFound, bool());
114 bool ActiveLinkMonitor::IsGatewayFound() const { in IsGatewayFound() function in shill::ActiveLinkMonitor291 if (!IsGatewayFound()) { in ReceiveResponse()317 if (!IsGatewayFound()) { in SendRequest()
84 virtual bool IsGatewayFound() const;
93 bool IsGatewayFound() const;
116 bool LinkMonitor::IsGatewayFound() const { in IsGatewayFound() function in shill::LinkMonitor
1743 if (!link_monitor()->IsGatewayFound()) { in OnLinkMonitorFailure()
3234 EXPECT_CALL(*link_monitor, IsGatewayFound()) in TEST_F()