Searched refs:ConfigureService (Results 1 - 25 of 27) sorted by last modified time

12

/system/weaved/buffet/
H A Dshill_client.cc164 if (!manager_proxy_.ConfigureService(service_properties, &service_path,
/system/update_engine/include/shill/
H A Ddbus-proxy-mocks.h173 MOCK_METHOD4(ConfigureService,
/system/connectivity/shill/binder/android/system/connectivity/shill/
H A DIManager.aidl95 IBinder ConfigureService(in PersistableBundle properties);
/system/connectivity/shill/binder/
H A Dmanager_binder_adaptor.cc124 Status ManagerBinderAdaptor::ConfigureService( function in class:shill::ManagerBinderAdaptor
H A Dmanager_binder_adaptor.h87 android::binder::Status ConfigureService(
/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);
H A Dchromeos_manager_dbus_adaptor.h109 bool ConfigureService(brillo::ErrorPtr* error,
/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 Ddefault_profile.h58 bool ConfigureService(const ServiceRefPtr& service) override;
H A Ddefault_profile_unittest.cc361 TEST_F(DefaultProfileTest, ConfigureService) {
388 EXPECT_FALSE(profile_->ConfigureService(unknown_service));
389 EXPECT_TRUE(profile_->ConfigureService(ethernet_service));
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);
H A Dmanager.h183 ServiceRefPtr ConfigureService(const KeyValueStore& args, Error* error);
H A Dmanager_unittest.cc1231 EXPECT_CALL(*profile, ConfigureService(service)).Times(0);
1241 // are using a MockProfile, ConfigureService() never actually changes the
1245 EXPECT_CALL(*profile, ConfigureService(service)).WillOnce(Return(true));
1256 EXPECT_CALL(*profile, ConfigureService(service)).WillOnce(Return(false));
1359 EXPECT_CALL(*profile1.get(), ConfigureService(_))
1365 ConfigureService(IsRefPtrTo(s_not_in_profile.get()))).Times(0);
1367 ConfigureService(IsRefPtrTo(s_not_in_group.get()))).Times(0);
1369 ConfigureService(IsRefPtrTo(s_configure_fail.get())))
1372 ConfigureService(IsRefPtrTo(s_configure_succeed.get())))
1389 // since ConfigureService wa
[all...]
H A Dmock_profile.h41 MOCK_METHOD1(ConfigureService, bool(const ServiceRefPtr& service));
H A Dprofile.cc215 bool Profile::ConfigureService(const ServiceRefPtr& service) { function in class:shill::Profile
H A Dprofile.h129 virtual bool ConfigureService(const ServiceRefPtr& service);
H A Dprofile_unittest.cc283 ASSERT_TRUE(profile_->ConfigureService(service2));
/system/connectivity/shill/setup_wifi/
H A Dmain.cc76 if (!shill_manager_proxy->ConfigureService(
/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(
H A Dproxy_dbus_client.h110 bool ConfigureService(const brillo::VariantDictionary& config_params);
H A Dproxy_dbus_shill_wifi_client.cc106 return dbus_client_->ConfigureService(service_params);
/system/connectivity/shill/test-scripts/
H A Dconfigure-hidden-wifi25 flim.manager.ConfigureService(({
H A Dconfigure-service30 flim.manager.ConfigureService(params)
/system/connectivity/shill/vpn/
H A Dvpn_provider.cc212 // since PushProfile would have already called ConfigureService on it.
225 if (!profile->ConfigureService(service)) {
H A Dvpn_provider_unittest.cc279 ConfigureService(ServiceWithStorageId("vpn_complete")))

Completed in 356 milliseconds

12