Searched defs:ConfigureService (Results 1 - 6 of 6) sorted by relevance

/system/connectivity/shill/binder/
H A Dmanager_binder_adaptor.cc124 Status ManagerBinderAdaptor::ConfigureService( function in class:shill::ManagerBinderAdaptor
/system/connectivity/shill/
H A Ddefault_profile.cc172 bool DefaultProfile::ConfigureService(const ServiceRefPtr& service) { function in class:shill::DefaultProfile
173 if (Profile::ConfigureService(service)) {
H A Dprofile.cc215 bool Profile::ConfigureService(const ServiceRefPtr& service) { function in class:shill::Profile
H A Dmanager.cc487 if (profile->ConfigureService(service)) {
1899 if ((*it)->ConfigureService(service)) {
2264 // GetService on a VPN service should actually perform ConfigureService.
2265 // TODO(pstew): Remove this hack and change Chrome to use ConfigureService
2267 return ConfigureService(args, error);
2309 ServiceRefPtr Manager::ConfigureService(const KeyValueStore& args, function in class:shill::Manager
2429 // profile using ConfigureService().
2434 return ConfigureService(configure_args, error);
2464 profile->ConfigureService(service);
/system/connectivity/shill/dbus/
H A Dchromeos_manager_dbus_adaptor.cc291 bool ChromeosManagerDBusAdaptor::ConfigureService( function in class:shill::ChromeosManagerDBusAdaptor
300 service = manager_->ConfigureService(args_store, &configure_error);
/system/connectivity/shill/test-rpc-proxy/
H A Dproxy_dbus_client.cc314 bool ProxyDbusClient::ConfigureService( function in class:ProxyDbusClient
318 return shill_manager_proxy_.ConfigureService(
329 return shill_manager_proxy_.ConfigureService(

Completed in 234 milliseconds