Searched refs:DropConnection (Results 1 - 19 of 19) sorted by last modified time

/system/connectivity/shill/cellular/
H A Dcellular.cc443 void Cellular::DropConnection() { function in class:shill::Cellular
447 ppp_device_->DropConnection();
449 Device::DropConnection();
674 DropConnection();
891 DropConnection();
1024 // Save and restore |service_| state, as DropConnection calls
1028 Device::DropConnection(); // Don't redirect to PPPDevice.
1061 DropConnection();
H A Dcellular.h197 void DropConnection() override;
345 FRIEND_TEST(CellularTest, DropConnection);
H A Dcellular_unittest.cc395 EXPECT_CALL(*mock_ppp_device, DropConnection());
1685 TEST_F(CellularTest, DropConnection) {
1688 device_->DropConnection();
1697 EXPECT_CALL(*ppp_device, DropConnection());
1699 device_->DropConnection();
/system/connectivity/shill/
H A Ddevice.cc522 void Device::DropConnection() { function in class:shill::Device
H A Ddevice.h460 virtual void DropConnection();
H A Dmock_ppp_device.h42 MOCK_METHOD0(DropConnection, void());
H A Dmock_virtual_device.h43 MOCK_METHOD0(DropConnection, void());
H A Dvirtual_device.cc84 void VirtualDevice::DropConnection() { function in class:shill::VirtualDevice
85 Device::DropConnection();
H A Dvirtual_device.h60 void DropConnection() override;
/system/connectivity/shill/ethernet/
H A Dethernet.cc220 DropConnection();
/system/connectivity/shill/pppoe/
H A Dpppoe_service.cc140 ppp_device_->DropConnection();
H A Dpppoe_service_unittest.cc198 EXPECT_CALL(*ppp_device, DropConnection());
/system/connectivity/shill/vpn/
H A Dl2tp_ipsec_driver.cc199 device_->DropConnection();
H A Dl2tp_ipsec_driver_unittest.cc262 EXPECT_CALL(*device_, DropConnection());
573 EXPECT_CALL(*device_, DropConnection());
714 EXPECT_CALL(*device_, DropConnection());
H A Dopenvpn_driver.cc228 device_->DropConnection();
395 device_->DropConnection();
987 device_->DropConnection();
H A Dopenvpn_driver_unittest.cc493 EXPECT_CALL(*device_, DropConnection());
1198 EXPECT_CALL(*device_, DropConnection());
1246 EXPECT_CALL(*device_, DropConnection());
1257 EXPECT_CALL(*device_, DropConnection());
1270 EXPECT_CALL(*device_, DropConnection());
1301 EXPECT_CALL(*device_, DropConnection());
H A Dthird_party_vpn_driver.cc420 device_->DropConnection();
/system/connectivity/shill/wifi/
H A Dwifi.cc273 DropConnection();
594 DropConnection();
615 DropConnection();
617 SLOG(this, 5) << __func__ << " skipping DropConnection, "
900 DropConnection();
1791 DropConnection();
/system/connectivity/shill/wimax/
H A Dwimax.cc201 DropConnection();
217 DropConnection();
341 DropConnection();

Completed in 90 milliseconds