Searched refs:OnConnectionDisconnected (Results 1 – 14 of 14) sorted by relevance
/system/connectivity/shill/vpn/ |
D | mock_vpn_driver.h | 37 MOCK_METHOD0(OnConnectionDisconnected, void());
|
D | l2tp_ipsec_driver.h | 66 void OnConnectionDisconnected() override; 87 FRIEND_TEST(L2TPIPSecDriverTest, OnConnectionDisconnected);
|
D | vpn_driver.h | 51 virtual void OnConnectionDisconnected() = 0;
|
D | vpn_service_unittest.cc | 261 EXPECT_CALL(*driver_, OnConnectionDisconnected()).Times(0); in TEST_F() 264 TEST_F(VPNServiceTest, OnConnectionDisconnected) { in TEST_F() argument 267 EXPECT_CALL(*driver_, OnConnectionDisconnected()).Times(1); in TEST_F()
|
D | third_party_vpn_driver.h | 81 void OnConnectionDisconnected() override;
|
D | vpn_service.cc | 169 Bind(&VPNDriver::OnConnectionDisconnected, in SetConnection()
|
D | openvpn_driver.h | 131 void OnConnectionDisconnected() override;
|
D | l2tp_ipsec_driver_unittest.cc | 581 TEST_F(L2TPIPSecDriverTest, OnConnectionDisconnected) { in TEST_F() argument 584 driver_->OnConnectionDisconnected(); in TEST_F()
|
D | openvpn_driver_unittest.cc | 207 void OnConnectionDisconnected() { in OnConnectionDisconnected() function in shill::OpenVPNDriverTest 208 driver_->OnConnectionDisconnected(); in OnConnectionDisconnected() 1266 TEST_F(OpenVPNDriverTest, OnConnectionDisconnected) { in TEST_F() argument 1272 OnConnectionDisconnected(); in TEST_F()
|
D | l2tp_ipsec_driver.cc | 168 void L2TPIPSecDriver::OnConnectionDisconnected() { in OnConnectionDisconnected() function in shill::L2TPIPSecDriver
|
D | vpn_driver_unittest.cc | 79 MOCK_METHOD0(OnConnectionDisconnected, void());
|
D | third_party_vpn_driver.cc | 513 void ThirdPartyVpnDriver::OnConnectionDisconnected() { in OnConnectionDisconnected() function in shill::ThirdPartyVpnDriver
|
D | openvpn_driver.cc | 951 void OpenVPNDriver::OnConnectionDisconnected() { in OnConnectionDisconnected() function in shill::OpenVPNDriver
|
/system/connectivity/shill/ |
D | connection.h | 171 FRIEND_TEST(VPNServiceTest, OnConnectionDisconnected);
|