Home
last modified time | relevance | path

Searched refs:IdleService (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/shill/vpn/
Dmock_openvpn_driver.h34 MOCK_METHOD0(IdleService, void());
Dl2tp_ipsec_driver.cc138 IdleService(); in ~L2TPIPSecDriver()
165 IdleService(); in Disconnect()
170 IdleService(); in OnConnectionDisconnected()
182 void L2TPIPSecDriver::IdleService() { in IdleService() function in shill::L2TPIPSecDriver
Dl2tp_ipsec_driver.h105 void IdleService();
Dopenvpn_driver.cc183 IdleService(); in ~OpenVPNDriver()
186 void OpenVPNDriver::IdleService() { in IdleService() function in shill::OpenVPNDriver
948 IdleService(); in Disconnect()
Dopenvpn_driver.h74 virtual void IdleService();
Dl2tp_ipsec_driver_unittest.cc251 driver_->IdleService(); // Ensure no crash. in TEST_F()
275 driver_->IdleService(); in TEST_F()
Dopenvpn_driver_unittest.cc1154 TEST_F(OpenVPNDriverTest, IdleService) { in TEST_F() argument
1157 driver_->IdleService(); in TEST_F()