Home
last modified time | relevance | path

Searched refs:ConfigureService (Results 1 – 25 of 29) sorted by relevance

12

/system/connectivity/shill/test-scripts/
Dconfigure-hidden-wifi25 flim.manager.ConfigureService(({
Dconfigure-service30 flim.manager.ConfigureService(params)
/system/connectivity/shill/binder/android/system/connectivity/shill/
DIManager.aidl95 IBinder ConfigureService(in PersistableBundle properties); in ConfigureService() method
/system/connectivity/shill/
Dmock_profile.h41 MOCK_METHOD1(ConfigureService, bool(const ServiceRefPtr& service));
Ddefault_profile.h58 bool ConfigureService(const ServiceRefPtr& service) override;
Ddefault_profile.cc172 bool DefaultProfile::ConfigureService(const ServiceRefPtr& service) { in ConfigureService() function in shill::DefaultProfile
173 if (Profile::ConfigureService(service)) { in ConfigureService()
Ddefault_profile_unittest.cc361 TEST_F(DefaultProfileTest, ConfigureService) { in TEST_F() argument
388 EXPECT_FALSE(profile_->ConfigureService(unknown_service)); in TEST_F()
389 EXPECT_TRUE(profile_->ConfigureService(ethernet_service)); in TEST_F()
Dprofile.h129 virtual bool ConfigureService(const ServiceRefPtr& service);
Dmanager_unittest.cc1231 EXPECT_CALL(*profile, ConfigureService(service)).Times(0); in TEST_F()
1245 EXPECT_CALL(*profile, ConfigureService(service)).WillOnce(Return(true)); in TEST_F()
1256 EXPECT_CALL(*profile, ConfigureService(service)).WillOnce(Return(false)); in TEST_F()
1359 EXPECT_CALL(*profile1.get(), ConfigureService(_)) in TEST_F()
1365 ConfigureService(IsRefPtrTo(s_not_in_profile.get()))).Times(0); in TEST_F()
1367 ConfigureService(IsRefPtrTo(s_not_in_group.get()))).Times(0); in TEST_F()
1369 ConfigureService(IsRefPtrTo(s_configure_fail.get()))) in TEST_F()
1372 ConfigureService(IsRefPtrTo(s_configure_succeed.get()))) in TEST_F()
1452 EXPECT_CALL(*profile, ConfigureService(_)) in TEST_F()
1539 EXPECT_CALL(*profile0, ConfigureService(_)) in TEST_F()
[all …]
Dmanager.cc487 if (profile->ConfigureService(service)) { in PushProfileInternal()
1899 if ((*it)->ConfigureService(service)) { in MatchProfileWithService()
2267 return ConfigureService(args, error); in GetService()
2309 ServiceRefPtr Manager::ConfigureService(const KeyValueStore& args, in ConfigureService() function in shill::Manager
2434 return ConfigureService(configure_args, error); in ConfigureServiceForProfile()
2464 profile->ConfigureService(service); in ConfigureServiceForProfile()
Dprofile.cc215 bool Profile::ConfigureService(const ServiceRefPtr& service) { in ConfigureService() function in shill::Profile
Dprofile_unittest.cc283 ASSERT_TRUE(profile_->ConfigureService(service2)); in TEST_F()
/system/connectivity/shill/setup_wifi/
Dmain.cc76 if (!shill_manager_proxy->ConfigureService( in ConfigureAndConnect()
/system/connectivity/shill/binder/
Dmanager_binder_adaptor.h87 android::binder::Status ConfigureService(
Dmanager_binder_adaptor.cc124 Status ManagerBinderAdaptor::ConfigureService( in ConfigureService() function in shill::ManagerBinderAdaptor
/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_client.cc314 bool ProxyDbusClient::ConfigureService( in ConfigureService() function in ProxyDbusClient
318 return shill_manager_proxy_.ConfigureService( in ConfigureService()
329 return shill_manager_proxy_.ConfigureService( in ConfigureServiceByGuid()
Dproxy_dbus_client.h110 bool ConfigureService(const brillo::VariantDictionary& config_params);
/system/connectivity/shill/dbus/
Dchromeos_manager_dbus_adaptor.cc291 bool ChromeosManagerDBusAdaptor::ConfigureService( in ConfigureService() function in shill::ChromeosManagerDBusAdaptor
300 service = manager_->ConfigureService(args_store, &configure_error); in ConfigureService()
Dchromeos_manager_dbus_adaptor.h109 bool ConfigureService(brillo::ErrorPtr* error,
/system/connectivity/shill/vpn/
Dvpn_provider.cc225 if (!profile->ConfigureService(service)) { in CreateServicesFromProfile()
Dvpn_provider_unittest.cc279 ConfigureService(ServiceWithStorageId("vpn_complete"))) in TEST_F()
/system/connectivity/shill/doc/
Dmanager-api.txt148 object ConfigureService(dict properties)
183 similar to "ConfigureService" above, except
216 service via the SetProperty or ConfigureService
224 that of ConfigureService.
277 See also ConfigureService.
/system/connectivity/shill/wimax/
Dwimax_provider.cc292 if (!profile->ConfigureService(service)) { in CreateServicesFromProfile()
/system/update_engine/include/shill/
Ddbus-proxy-mocks.h173 MOCK_METHOD4(ConfigureService,
/system/weaved/buffet/
Dshill_client.cc164 if (!manager_proxy_.ConfigureService(service_properties, &service_path, in Connect()

12