Home
last modified time | relevance | path

Searched refs:SelectService (Results 1 – 20 of 20) sorted by relevance

/system/connectivity/shill/wimax/
Dwimax_unittest.cc78 device_->SelectService(nullptr); in TearDown()
128 device_->SelectService(service0); in TEST_F()
189 device_->SelectService(service); in TEST_F()
197 device_->SelectService(service); in TEST_F()
206 device_->SelectService(nullptr); in TEST_F()
220 device_->SelectService(service0); in TEST_F()
321 device_->SelectService(service); in TEST_F()
Dwimax.cc298 SelectService(pending_service_); in OnStatusChanged()
/system/connectivity/shill/
Dvirtual_device.cc88 void VirtualDevice::SelectService(const ServiceRefPtr& service) { in SelectService() function in shill::VirtualDevice
89 Device::SelectService(service); in SelectService()
Ddevice_unittest.cc214 void SelectService(const ServiceRefPtr service) { in SelectService() function in shill::DeviceTest
215 device_->SelectService(service); in SelectService()
391 SelectService(service); in TEST_F()
608 SelectService(service); in TEST_F()
621 SelectService(nullptr); in TEST_F()
624 SelectService(service); in TEST_F()
628 SelectService(nullptr); in TEST_F()
637 SelectService(service); in TEST_F()
686 SelectService(service); in TEST_F()
696 SelectService(nullptr); in TEST_F()
[all …]
Dvirtual_device.h61 virtual void SelectService(const ServiceRefPtr& service);
Dmock_ppp_device.h43 MOCK_METHOD1(SelectService, void(const ServiceRefPtr& service));
Ddevice.cc525 SelectService(nullptr); in DropConnection()
1154 void Device::SelectService(const ServiceRefPtr& service) { in SelectService() function in shill::Device
1885 SelectService(nullptr); // breaks a reference cycle in SetEnabledUnchecked()
Ddevice.h536 void SelectService(const ServiceRefPtr& service);
Dmanager_unittest.cc2848 mock_devices_[0]->SelectService(connected_service1); in TEST_F()
2849 mock_devices_[1]->SelectService(disconnected_service1); in TEST_F()
2850 mock_devices_[2]->SelectService(disconnected_service2); in TEST_F()
2851 mock_devices_[3]->SelectService(connected_service2); in TEST_F()
/system/connectivity/shill/pppoe/
Dpppoe_service.cc236 ppp_device_->SelectService(nullptr); in OnPPPConnected()
244 ppp_device_->SelectService(this); in OnPPPConnected()
Dpppoe_service_unittest.cc154 EXPECT_CALL(*device, SelectService(_)); in TEST_F()
/system/connectivity/shill/ethernet/
Dethernet.cc162 SelectService(nullptr); in LinkEvent()
207 SelectService(service); in ConnectTo()
/system/connectivity/shill/cellular/
Dcellular.cc871 SelectService(service_); in LinkEvent()
879 SelectService(service_); in LinkEvent()
1121 ppp_device_->SelectService(nullptr); // No longer drives |service_|. in OnPPPConnected()
1138 ppp_device_->SelectService(service_); in OnPPPConnected()
Dcellular_unittest.cc185 device_->SelectService(nullptr); in TearDown()
792 device_->SelectService(nullptr); in TEST_F()
1486 device_->SelectService(service); in TEST_F()
1543 EXPECT_CALL(*ppp_device, SelectService(_)); in TEST_F()
1554 EXPECT_CALL(*ppp_device, SelectService(_)); in TEST_F()
1578 EXPECT_CALL(*ppp_device, SelectService(ServiceRefPtr(nullptr))); in TEST_F()
1580 EXPECT_CALL(*ppp_device2, SelectService(_)); in TEST_F()
1710 device_->SelectService(service); in TEST_F()
/system/connectivity/shill/vpn/
Dl2tp_ipsec_driver.cc483 device_->SelectService(service_); in Notify()
Dthird_party_vpn_driver.cc388 device_->SelectService(service_); in SetParameters()
Dl2tp_ipsec_driver_unittest.cc167 EXPECT_CALL(*device_, SelectService(static_cast<ServiceRefPtr>(service_))); in ExpectDeviceConnected()
Dopenvpn_driver.cc400 device_->SelectService(service_); in Notify()
/system/connectivity/shill/wifi/
Dwifi.cc527 SelectService(service); in ConnectTo()
838 SelectService(current_service_); in CurrentBSSChanged()
Dwifi_unittest.cc670 wifi_->SelectService(nullptr); in TearDown()