Home
last modified time | relevance | path

Searched refs:Unload (Results 1 – 21 of 21) sorted by relevance

/system/connectivity/shill/ethernet/
Dethernet_eap_service.cc65 bool EthernetEapService::Unload() { in Unload() function in shill::EthernetEapService
66 Service::Unload(); in Unload()
Dethernet_eap_service_unittest.cc87 TEST_F(EthernetEapServiceTest, Unload) { in TEST_F() argument
90 EXPECT_FALSE(service_->Unload()); in TEST_F()
Dethernet_eap_service.h46 bool Unload() override;
/system/connectivity/shill/vpn/
Dvpn_service.cc137 bool VPNService::Unload() { in Unload() function in shill::VPNService
139 Service::Unload(); in Unload()
Dvpn_service.h48 bool Unload() override;
Dvpn_provider.h84 FRIEND_TEST(VPNServiceTest, Unload);
Dvpn_service_unittest.cc225 TEST_F(VPNServiceTest, Unload) { in TEST_F() argument
233 service_->Unload(); in TEST_F()
/system/connectivity/shill/pppoe/
Dpppoe_service.cc182 bool PPPoEService::Unload() { in Unload() function in shill::PPPoEService
185 return Service::Unload(); in Unload()
Dpppoe_service.h61 bool Unload() override;
/system/connectivity/shill/wimax/
Dwimax_service.cc273 bool WiMaxService::Unload() { in Unload() function in shill::WiMaxService
276 Service::Unload(); in Unload()
Dwimax_service_unittest.cc288 TEST_F(WiMaxServiceTest, Unload) { in TEST_F() argument
298 EXPECT_FALSE(service_->Unload()); in TEST_F()
306 EXPECT_TRUE(service_->Unload()); in TEST_F()
Dwimax_service.h92 bool Unload() override;
/system/connectivity/shill/
Dmock_service.h68 MOCK_METHOD0(Unload, bool());
Dservice.h288 virtual bool Unload();
713 FRIEND_TEST(ServiceTest, Unload);
Dmanager_unittest.cc1232 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 …]
Dservice_unittest.cc738 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()
Dmanager.cc1402 (*it)->Unload(); in DeregisterService()
1412 if (!(**service_iterator)->Unload()) { in UnloadService()
Dservice.cc573 bool Service::Unload() { in Unload() function in shill::Service
/system/connectivity/shill/wifi/
Dwifi_service_unittest.cc1042 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()
Dwifi_service.h125 bool Unload() override;
Dwifi_service.cc427 bool WiFiService::Unload() { in Unload() function in shill::WiFiService
435 Service::Unload(); in Unload()