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

/system/connectivity/shill/
H A Dvirtual_device.cc88 void VirtualDevice::SelectService(const ServiceRefPtr& service) { function in class:shill::VirtualDevice
89 Device::SelectService(service);
H A Dmock_ppp_device.h43 MOCK_METHOD1(SelectService, void(const ServiceRefPtr& service));
H A Dvirtual_device.h61 virtual void SelectService(const ServiceRefPtr& service);
H A Ddevice_unittest.cc214 void SelectService(const ServiceRefPtr service) { function in class:shill::DeviceTest
215 device_->SelectService(service);
391 SelectService(service);
608 SelectService(service);
621 SelectService(nullptr);
624 SelectService(service);
628 SelectService(nullptr);
637 SelectService(service);
686 SelectService(service);
696 SelectService(nullpt
[all...]
H A Ddevice.cc525 SelectService(nullptr);
1154 void Device::SelectService(const ServiceRefPtr& service) { function in class:shill::Device
1885 SelectService(nullptr); // breaks a reference cycle
H A Ddevice.h536 void SelectService(const ServiceRefPtr& service);
H A Dmanager_unittest.cc2848 mock_devices_[0]->SelectService(connected_service1);
2849 mock_devices_[1]->SelectService(disconnected_service1);
2850 mock_devices_[2]->SelectService(disconnected_service2);
2851 mock_devices_[3]->SelectService(connected_service2);
/system/connectivity/shill/wimax/
H A Dwimax_unittest.cc78 device_->SelectService(nullptr);
128 device_->SelectService(service0);
189 device_->SelectService(service);
197 device_->SelectService(service);
206 device_->SelectService(nullptr);
220 device_->SelectService(service0);
321 device_->SelectService(service);
H A Dwimax.cc298 SelectService(pending_service_);
/system/connectivity/shill/pppoe/
H A Dpppoe_service.cc236 ppp_device_->SelectService(nullptr);
244 ppp_device_->SelectService(this);
H A Dpppoe_service_unittest.cc154 EXPECT_CALL(*device, SelectService(_));
/system/connectivity/shill/ethernet/
H A Dethernet.cc162 SelectService(nullptr);
207 SelectService(service);
/system/connectivity/shill/cellular/
H A Dcellular_unittest.cc185 device_->SelectService(nullptr);
792 device_->SelectService(nullptr);
1486 device_->SelectService(service);
1543 EXPECT_CALL(*ppp_device, SelectService(_));
1554 EXPECT_CALL(*ppp_device, SelectService(_));
1578 EXPECT_CALL(*ppp_device, SelectService(ServiceRefPtr(nullptr)));
1580 EXPECT_CALL(*ppp_device2, SelectService(_));
1710 device_->SelectService(service);
H A Dcellular.cc871 SelectService(service_);
879 SelectService(service_);
1025 // SelectService, and SelectService will move selected_service()
1121 ppp_device_->SelectService(nullptr); // No longer drives |service_|.
1134 // For PPP, we only SelectService on the |ppp_device_|.
1138 ppp_device_->SelectService(service_);
/system/connectivity/shill/vpn/
H A Dl2tp_ipsec_driver.cc483 device_->SelectService(service_);
H A Dthird_party_vpn_driver.cc388 device_->SelectService(service_);
H A Dl2tp_ipsec_driver_unittest.cc167 EXPECT_CALL(*device_, SelectService(static_cast<ServiceRefPtr>(service_)));
H A Dopenvpn_driver.cc400 device_->SelectService(service_);
/system/connectivity/shill/wifi/
H A Dwifi.cc521 // SelectService here (instead of in LinkEvent, like Ethernet), so
527 SelectService(service);
834 // of a something other than the pending service, call SelectService.
835 // Otherwise skip SelectService, since this will cause the pending
838 SelectService(current_service_);
H A Dwifi_unittest.cc670 wifi_->SelectService(nullptr);

Completed in 155 milliseconds