Home
last modified time | relevance | path

Searched refs:UpdateService (Results 1 – 22 of 22) sorted by relevance

/system/connectivity/shill/
Dmock_profile.h45 MOCK_METHOD1(UpdateService, bool(const ServiceRefPtr& service));
Dservice_unittest.cc788 EXPECT_CALL(mock_manager_, UpdateService(IsRefPtrTo(service_))); in TEST_F()
798 EXPECT_CALL(mock_manager_, UpdateService(IsRefPtrTo(service_))); in TEST_F()
810 EXPECT_CALL(mock_manager_, UpdateService(IsRefPtrTo(service_))); in TEST_F()
818 EXPECT_CALL(mock_manager_, UpdateService(IsRefPtrTo(service_))); in TEST_F()
838 EXPECT_CALL(mock_manager_, UpdateService(IsRefPtrTo(service_))); in TEST_F()
841 EXPECT_CALL(*mock_profile, UpdateService(IsRefPtrTo(service_))); in TEST_F()
852 EXPECT_CALL(mock_manager_, UpdateService(IsRefPtrTo(service_))); in TEST_F()
1415 EXPECT_CALL(*profile, UpdateService(_)).Times(0); in TEST_F()
1420 EXPECT_CALL(*profile, UpdateService(_)).Times(1); in TEST_F()
1515 EXPECT_CALL(mock_manager_, UpdateService(_)).Times(0); in TEST_F()
[all …]
Dservice.cc443 manager_->UpdateService(this); in SetState()
460 manager_->UpdateService(this); in ReEnableAutoConnectTask()
1264 manager_->UpdateService(this); in SetConnectableFull()
1484 manager_->UpdateService(this); in SetAutoConnectFull()
1491 manager_->UpdateService(this); in ClearAutoConnect()
1659 profile_->UpdateService(this); in SaveToProfile()
1698 manager_->UpdateService(this); in ClearExplicitlyDisconnected()
Dmanager_unittest.cc1738 EXPECT_CALL(*profile, UpdateService(_)) in TEST_F()
1840 EXPECT_CALL(*profile, UpdateService(ServiceRefPtr(service.get()))) in TEST_F()
1893 EXPECT_CALL(*profile0, UpdateService(ServiceRefPtr(service.get()))) in TEST_F()
1943 EXPECT_CALL(*profile0, UpdateService(ServiceRefPtr(service.get()))) in TEST_F()
1994 EXPECT_CALL(*profile0, UpdateService(ServiceRefPtr(service.get()))) in TEST_F()
2103 EXPECT_CALL(*profile0, UpdateService(mock_service_generic)) in TEST_F()
2153 EXPECT_CALL(*profile, UpdateService(mock_service_generic)).Times(1); in TEST_F()
2191 EXPECT_CALL(*profile, UpdateService(mock_service_generic)).Times(1); in TEST_F()
2226 EXPECT_CALL(*profile, UpdateService(mock_service_generic)).Times(1); in TEST_F()
2271 EXPECT_CALL(*profile1, UpdateService(mock_service_generic)).Times(1); in TEST_F()
[all …]
Dmock_manager.h55 MOCK_METHOD1(UpdateService, void(const ServiceRefPtr& to_update));
Dprofile.h119 virtual bool UpdateService(const ServiceRefPtr& service);
Ddefault_profile.cc180 UpdateService(service); in ConfigureService()
Dservice_property_change_test.cc144 EXPECT_CALL(*mock_manager, UpdateService(_)).Times(0); in TestCustomSetterNoopChange()
Dmanager.cc820 UpdateService(service); in RemoveService()
827 UpdateService(service); in RemoveService()
1423 void Manager::UpdateService(const ServiceRefPtr& to_update) { in UpdateService() function in shill::Manager
1491 to_update->profile()->UpdateService(to_update); in SaveServiceToProfile()
2351 if (!profile->UpdateService(service)) { in ConfigureService()
2480 profile->UpdateService(service); in SetupServiceInProfile()
Dprofile.cc205 bool Profile::UpdateService(const ServiceRefPtr& service) { in UpdateService() function in shill::Profile
Dmanager.h161 virtual void UpdateService(const ServiceRefPtr& to_update);
Ddevice.cc1128 manager_->UpdateService(selected_service_); in OnConnectionUpdated()
/system/connectivity/shill/wifi/
Dwifi_provider_unittest.cc1234 EXPECT_CALL(manager_, UpdateService(_)).Times(1); in TEST_F()
1249 EXPECT_CALL(manager_, UpdateService(RefPtrMatch(service0))).Times(1); in TEST_F()
1261 EXPECT_CALL(manager_, UpdateService(_)).Times(1); in TEST_F()
1282 EXPECT_CALL(manager_, UpdateService(_)).Times(1); in TEST_F()
1295 EXPECT_CALL(manager_, UpdateService(RefPtrMatch(service0))).Times(1); in TEST_F()
1307 EXPECT_CALL(manager_, UpdateService(_)).Times(1); in TEST_F()
1325 EXPECT_CALL(manager_, UpdateService(_)).Times(0); in TEST_F()
1353 EXPECT_CALL(manager_, UpdateService(RefPtrMatch(service0))).Times(1); in TEST_F()
1363 EXPECT_CALL(manager_, UpdateService(RefPtrMatch(service0))).Times(1); in TEST_F()
1373 EXPECT_CALL(manager_, UpdateService(RefPtrMatch(service1))).Times(1); in TEST_F()
[all …]
Dwifi_provider.cc306 manager_->UpdateService(service); in OnEndpointAdded()
327 manager_->UpdateService(service); in OnEndpointRemoved()
Dwifi_service_unittest.cc1092 EXPECT_CALL(*mock_profile, UpdateService(_)).Times(0); in TEST_F()
/system/connectivity/shill/wimax/
Dwimax_service_unittest.cc90 EXPECT_CALL(manager_, UpdateService(_)); in ExpectUpdateService()
313 EXPECT_CALL(manager_, UpdateService(_)); in TEST_F()
318 EXPECT_CALL(manager_, UpdateService(_)); in TEST_F()
/system/connectivity/shill/ethernet/
Dethernet_unittest.cc285 EXPECT_CALL(manager_, UpdateService(IsRefPtrTo(mock_service_))); in TEST_F()
302 EXPECT_CALL(manager_, UpdateService(_)).Times(0); in TEST_F()
326 EXPECT_CALL(manager_, UpdateService(IsRefPtrTo(GetService().get()))); in TEST_F()
Dethernet.cc152 manager()->UpdateService(service_); in LinkEvent()
163 manager()->UpdateService(service_); in LinkEvent()
/system/connectivity/shill/vpn/
Dvpn_service.cc244 profile()->UpdateService(this); in SetNameProperty()
Dvpn_service_unittest.cc335 EXPECT_CALL(*profile, UpdateService(_)); in TEST_F()
/system/connectivity/shill/cellular/
Dcellular_unittest.cc785 EXPECT_CALL(*modem_info_.mock_manager(), UpdateService(_)).Times(3); in TEST_F()
1262 EXPECT_CALL(*modem_info_.mock_manager(), UpdateService(_)); in TEST_F()
1278 EXPECT_CALL(*modem_info_.mock_manager(), UpdateService(_)); in TEST_F()
Dcellular.cc609 manager()->UpdateService(service_); in HandleNewRegistrationState()