/system/connectivity/shill/test-scripts/ |
D | configure-hidden-wifi | 25 flim.manager.ConfigureService(({
|
D | configure-service | 30 flim.manager.ConfigureService(params)
|
/system/connectivity/shill/binder/android/system/connectivity/shill/ |
D | IManager.aidl | 95 IBinder ConfigureService(in PersistableBundle properties); in ConfigureService() method
|
/system/connectivity/shill/ |
D | mock_profile.h | 41 MOCK_METHOD1(ConfigureService, bool(const ServiceRefPtr& service));
|
D | default_profile.h | 58 bool ConfigureService(const ServiceRefPtr& service) override;
|
D | default_profile.cc | 172 bool DefaultProfile::ConfigureService(const ServiceRefPtr& service) { in ConfigureService() function in shill::DefaultProfile 173 if (Profile::ConfigureService(service)) { in ConfigureService()
|
D | default_profile_unittest.cc | 361 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()
|
D | profile.h | 129 virtual bool ConfigureService(const ServiceRefPtr& service);
|
D | manager_unittest.cc | 1231 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 …]
|
D | manager.cc | 487 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()
|
D | profile.cc | 215 bool Profile::ConfigureService(const ServiceRefPtr& service) { in ConfigureService() function in shill::Profile
|
D | profile_unittest.cc | 283 ASSERT_TRUE(profile_->ConfigureService(service2)); in TEST_F()
|
/system/connectivity/shill/setup_wifi/ |
D | main.cc | 76 if (!shill_manager_proxy->ConfigureService( in ConfigureAndConnect()
|
/system/connectivity/shill/binder/ |
D | manager_binder_adaptor.h | 87 android::binder::Status ConfigureService(
|
D | manager_binder_adaptor.cc | 124 Status ManagerBinderAdaptor::ConfigureService( in ConfigureService() function in shill::ManagerBinderAdaptor
|
/system/connectivity/shill/test-rpc-proxy/ |
D | proxy_dbus_client.cc | 314 bool ProxyDbusClient::ConfigureService( in ConfigureService() function in ProxyDbusClient 318 return shill_manager_proxy_.ConfigureService( in ConfigureService() 329 return shill_manager_proxy_.ConfigureService( in ConfigureServiceByGuid()
|
D | proxy_dbus_client.h | 110 bool ConfigureService(const brillo::VariantDictionary& config_params);
|
/system/connectivity/shill/dbus/ |
D | chromeos_manager_dbus_adaptor.cc | 291 bool ChromeosManagerDBusAdaptor::ConfigureService( in ConfigureService() function in shill::ChromeosManagerDBusAdaptor 300 service = manager_->ConfigureService(args_store, &configure_error); in ConfigureService()
|
D | chromeos_manager_dbus_adaptor.h | 109 bool ConfigureService(brillo::ErrorPtr* error,
|
/system/connectivity/shill/vpn/ |
D | vpn_provider.cc | 225 if (!profile->ConfigureService(service)) { in CreateServicesFromProfile()
|
D | vpn_provider_unittest.cc | 279 ConfigureService(ServiceWithStorageId("vpn_complete"))) in TEST_F()
|
/system/connectivity/shill/doc/ |
D | manager-api.txt | 148 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/ |
D | wimax_provider.cc | 292 if (!profile->ConfigureService(service)) { in CreateServicesFromProfile()
|
/system/update_engine/include/shill/ |
D | dbus-proxy-mocks.h | 173 MOCK_METHOD4(ConfigureService,
|
/system/weaved/buffet/ |
D | shill_client.cc | 164 if (!manager_proxy_.ConfigureService(service_properties, &service_path, in Connect()
|