/system/connectivity/shill/ethernet/ |
D | ethernet_eap_service.cc | 65 bool EthernetEapService::Unload() { in Unload() function in shill::EthernetEapService 66 Service::Unload(); in Unload()
|
D | ethernet_eap_service_unittest.cc | 87 TEST_F(EthernetEapServiceTest, Unload) { in TEST_F() argument 90 EXPECT_FALSE(service_->Unload()); in TEST_F()
|
D | ethernet_eap_service.h | 46 bool Unload() override;
|
/system/connectivity/shill/vpn/ |
D | vpn_service.cc | 137 bool VPNService::Unload() { in Unload() function in shill::VPNService 139 Service::Unload(); in Unload()
|
D | vpn_service.h | 48 bool Unload() override;
|
D | vpn_provider.h | 84 FRIEND_TEST(VPNServiceTest, Unload);
|
D | vpn_service_unittest.cc | 225 TEST_F(VPNServiceTest, Unload) { in TEST_F() argument 233 service_->Unload(); in TEST_F()
|
/system/connectivity/shill/pppoe/ |
D | pppoe_service.cc | 182 bool PPPoEService::Unload() { in Unload() function in shill::PPPoEService 185 return Service::Unload(); in Unload()
|
D | pppoe_service.h | 61 bool Unload() override;
|
/system/connectivity/shill/wimax/ |
D | wimax_service.cc | 273 bool WiMaxService::Unload() { in Unload() function in shill::WiMaxService 276 Service::Unload(); in Unload()
|
D | wimax_service_unittest.cc | 288 TEST_F(WiMaxServiceTest, Unload) { in TEST_F() argument 298 EXPECT_FALSE(service_->Unload()); in TEST_F() 306 EXPECT_TRUE(service_->Unload()); in TEST_F()
|
D | wimax_service.h | 92 bool Unload() override;
|
/system/connectivity/shill/ |
D | mock_service.h | 68 MOCK_METHOD0(Unload, bool());
|
D | service.h | 288 virtual bool Unload(); 713 FRIEND_TEST(ServiceTest, Unload);
|
D | manager_unittest.cc | 1232 EXPECT_CALL(*mock_service, Unload()).WillOnce(Return(false)); in TEST_F() 1246 EXPECT_CALL(*mock_service, Unload()).Times(0); in TEST_F() 1257 EXPECT_CALL(*mock_service, Unload()).WillOnce(Return(true)); in TEST_F() 1376 EXPECT_CALL(*s_not_in_profile.get(), Unload()).Times(0); in TEST_F() 1377 EXPECT_CALL(*s_not_in_group.get(), Unload()).Times(0); in TEST_F() 1378 EXPECT_CALL(*s_configure_fail.get(), Unload()).Times(1); in TEST_F() 1379 EXPECT_CALL(*s_configure_succeed.get(), Unload()).Times(0); in TEST_F() 1464 EXPECT_CALL(*s_will_remove0, Unload()) in TEST_F() 1466 EXPECT_CALL(*s_will_remove1, Unload()) in TEST_F() 1468 EXPECT_CALL(*s_will_not_remove0, Unload()) in TEST_F() [all …]
|
D | service_unittest.cc | 738 TEST_F(ServiceTest, Unload) { in TEST_F() argument 769 service_->Unload(); in TEST_F() 1957 service_->Unload(); in TEST_F() 1970 service_->Unload(); in TEST_F() 1984 service_->Unload(); in TEST_F()
|
D | manager.cc | 1402 (*it)->Unload(); in DeregisterService() 1412 if (!(**service_iterator)->Unload()) { in UnloadService()
|
D | service.cc | 573 bool Service::Unload() { in Unload() function in shill::Service
|
/system/connectivity/shill/wifi/ |
D | wifi_service_unittest.cc | 1042 service->Unload(); in TEST_F() 1252 service->Unload(); in TEST_F() 1259 service->Unload(); in TEST_F() 1956 TEST_F(WiFiServiceTest, Unload) { in TEST_F() argument 1960 service->Unload(); in TEST_F() 2191 service->Unload(); in TEST_F() 2199 service->Unload(); in TEST_F() 2208 service->Unload(); in TEST_F()
|
D | wifi_service.h | 125 bool Unload() override;
|
D | wifi_service.cc | 427 bool WiFiService::Unload() { in Unload() function in shill::WiFiService 435 Service::Unload(); in Unload()
|