/system/connectivity/shill/ |
D | mock_profile.h | 45 MOCK_METHOD1(UpdateService, bool(const ServiceRefPtr& service));
|
D | service_unittest.cc | 788 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 …]
|
D | service.cc | 443 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()
|
D | manager_unittest.cc | 1738 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 …]
|
D | mock_manager.h | 55 MOCK_METHOD1(UpdateService, void(const ServiceRefPtr& to_update));
|
D | profile.h | 119 virtual bool UpdateService(const ServiceRefPtr& service);
|
D | default_profile.cc | 180 UpdateService(service); in ConfigureService()
|
D | service_property_change_test.cc | 144 EXPECT_CALL(*mock_manager, UpdateService(_)).Times(0); in TestCustomSetterNoopChange()
|
D | manager.cc | 820 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()
|
D | profile.cc | 205 bool Profile::UpdateService(const ServiceRefPtr& service) { in UpdateService() function in shill::Profile
|
D | manager.h | 161 virtual void UpdateService(const ServiceRefPtr& to_update);
|
D | device.cc | 1128 manager_->UpdateService(selected_service_); in OnConnectionUpdated()
|
/system/connectivity/shill/wifi/ |
D | wifi_provider_unittest.cc | 1234 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 …]
|
D | wifi_provider.cc | 306 manager_->UpdateService(service); in OnEndpointAdded() 327 manager_->UpdateService(service); in OnEndpointRemoved()
|
D | wifi_service_unittest.cc | 1092 EXPECT_CALL(*mock_profile, UpdateService(_)).Times(0); in TEST_F()
|
/system/connectivity/shill/wimax/ |
D | wimax_service_unittest.cc | 90 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/ |
D | ethernet_unittest.cc | 285 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()
|
D | ethernet.cc | 152 manager()->UpdateService(service_); in LinkEvent() 163 manager()->UpdateService(service_); in LinkEvent()
|
/system/connectivity/shill/vpn/ |
D | vpn_service.cc | 244 profile()->UpdateService(this); in SetNameProperty()
|
D | vpn_service_unittest.cc | 335 EXPECT_CALL(*profile, UpdateService(_)); in TEST_F()
|
/system/connectivity/shill/cellular/ |
D | cellular_unittest.cc | 785 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()
|
D | cellular.cc | 609 manager()->UpdateService(service_); in HandleNewRegistrationState()
|