Home
last modified time | relevance | path

Searched refs:SetConnectable (Results 1 – 14 of 14) sorted by relevance

/system/connectivity/shill/wimax/
Dwimax_service_unittest.cc93 void SetConnectable(bool connectable) { in SetConnectable() function in shill::WiMaxServiceTest
251 SetConnectable(true); in TEST_F()
335 SetConnectable(true); in TEST_F()
/system/connectivity/shill/ethernet/
Dethernet_service.cc61 SetConnectable(true); in EthernetService()
/system/connectivity/shill/
Dservice_property_change_test.cc62 service->SetConnectable(!connectable); in TestCommonPropertyChanges()
Dservice_unittest.cc992 service_->SetConnectable(true); in TEST_F()
1055 service_->SetConnectable(true); in TEST_F()
1067 service_->SetConnectable(false); in TEST_F()
1074 service_->SetConnectable(true); in TEST_F()
2251 service10->SetConnectable(true); in TEST_F()
2252 service2->SetConnectable(false); in TEST_F()
2281 service10->SetConnectable(false); in TEST_F()
2282 service2->SetConnectable(true); in TEST_F()
Dservice.h377 void SetConnectable(bool connectable);
Dservice.cc1251 void Service::SetConnectable(bool connectable) { in SetConnectable() function in shill::Service
1262 SetConnectable(connectable); in SetConnectableFull()
Dmanager_unittest.cc478 service->SetConnectable(true); in MakeAutoConnectableService()
3848 wifi_service0->SetConnectable(true); in TEST_F()
3870 wifi_service1->SetConnectable(true); in TEST_F()
3889 wifi_service2->SetConnectable(true); in TEST_F()
3916 cell_service->SetConnectable(true); in TEST_F()
3936 wimax_service->SetConnectable(true); in TEST_F()
3956 vpn_service->SetConnectable(true); in TEST_F()
/system/connectivity/shill/vpn/
Dvpn_service.cc60 SetConnectable(true); in VPNService()
Dvpn_service_unittest.cc89 void SetConnectable(bool connectable) { in SetConnectable() function in shill::VPNServiceTest
302 SetConnectable(false); in TEST_F()
/system/connectivity/shill/pppoe/
Dpppoe_service.cc77 SetConnectable(true); in PPPoEService()
/system/connectivity/shill/cellular/
Dcellular_service.cc84 SetConnectable(true); in CellularService()
Dcellular_service_unittest.cc405 service_->SetConnectable(true); in TEST_F()
/system/connectivity/shill/wifi/
Dwifi_provider_unittest.cc1918 service0->SetConnectable(true); in TEST_F()
1920 service1->SetConnectable(true); in TEST_F()
1943 service0->SetConnectable(true); in TEST_F()
1945 service1->SetConnectable(true); in TEST_F()
Dwifi_service.cc747 SetConnectable(is_connectable); in UpdateConnectable()