Searched refs:ShouldUseArpGateway (Results 1 - 6 of 6) sorted by relevance

/system/connectivity/shill/
H A Ddevice.h400 FRIEND_TEST(DeviceTest, ShouldUseArpGateway);
626 virtual bool ShouldUseArpGateway() const;
H A Ddevice.cc717 bool Device::ShouldUseArpGateway() const { function in class:shill::Device
742 bool arp_gateway = manager_->GetArpGateway() && ShouldUseArpGateway();
H A Ddevice_unittest.cc1231 TEST_F(DeviceTest, ShouldUseArpGateway) {
1232 EXPECT_FALSE(device_->ShouldUseArpGateway());
/system/connectivity/shill/wifi/
H A Dwifi.h227 bool ShouldUseArpGateway() const override;
H A Dwifi_unittest.cc1697 EXPECT_TRUE(wifi()->ShouldUseArpGateway());
1707 EXPECT_TRUE(wifi()->ShouldUseArpGateway());
1715 EXPECT_FALSE(wifi()->ShouldUseArpGateway());
H A Dwifi.cc1782 bool WiFi::ShouldUseArpGateway() const { function in class:shill::WiFi

Completed in 81 milliseconds