Searched refs:SetLooseRouting (Results 1 - 7 of 7) sorted by last modified time

/system/connectivity/shill/
H A Dconnection.cc383 device->SetLooseRouting(true);
396 device->SetLooseRouting(false);
H A Dconnection_unittest.cc719 EXPECT_CALL(*device.get(), SetLooseRouting(true)).Times(1);
727 EXPECT_CALL(*device.get(), SetLooseRouting(false));
H A Ddevice.cc345 void Device::SetLooseRouting(bool is_loose_routing) { function in class:shill::Device
H A Ddevice.h226 virtual void SetLooseRouting(bool is_loose_routing);
H A Ddevice_unittest.cc547 device_->SetLooseRouting(false);
548 device_->SetLooseRouting(true);
564 device_->SetLooseRouting(false);
H A Dmock_device.h61 MOCK_METHOD1(SetLooseRouting, void(bool));
/system/connectivity/shill/vpn/
H A Dthird_party_vpn_driver.cc390 device_->SetLooseRouting(true);

Completed in 84 milliseconds