HomeSort by relevance Sort by last modified time
    Searched refs:ConfigureService (Results 1 - 25 of 29) sorted by null

1 2

  /system/connectivity/shill/test-scripts/
configure-service 30 flim.manager.ConfigureService(params)
configure-hidden-wifi 25 flim.manager.ConfigureService(({
  /system/connectivity/shill/binder/android/system/connectivity/shill/
IManager.aidl 95 IBinder ConfigureService(in PersistableBundle properties);
  /system/connectivity/shill/
default_profile.h 58 bool ConfigureService(const ServiceRefPtr& service) override;
mock_profile.h 41 MOCK_METHOD1(ConfigureService, bool(const ServiceRefPtr& service));
default_profile.cc 172 bool DefaultProfile::ConfigureService(const ServiceRefPtr& service) {
173 if (Profile::ConfigureService(service)) {
profile.h 129 virtual bool ConfigureService(const ServiceRefPtr& service);
default_profile_unittest.cc 361 TEST_F(DefaultProfileTest, ConfigureService) {
388 EXPECT_FALSE(profile_->ConfigureService(unknown_service));
389 EXPECT_TRUE(profile_->ConfigureService(ethernet_service));
manager_unittest.cc     [all...]
manager.cc 487 if (profile->ConfigureService(service)) {
    [all...]
profile.cc 215 bool Profile::ConfigureService(const ServiceRefPtr& service) {