/system/connectivity/apmanager/ |
D | config_unittest.cc | 242 config_->SetChannel(k24GHzChannel); in TEST_F() 255 config_->SetChannel(k24GHzChannel); in TEST_F() 284 config_->SetChannel(k24GHzChannel); in TEST_F() 302 config_->SetChannel(k24GHzChannel); in TEST_F() 331 config_->SetChannel(k24GHzChannel); 351 config_->SetChannel(k24GHzChannel); 379 config_->SetChannel(k5GHzChannel); 395 config_->SetChannel(k24GHzChannel); 413 config_->SetChannel(k24GHzChannel); in TEST_F()
|
D | config_adaptor_interface.h | 48 virtual void SetChannel(uint16_t channel) = 0;
|
D | fake_config_adaptor.cc | 79 void FakeConfigAdaptor::SetChannel(uint16_t channel) { in SetChannel() function in apmanager::FakeConfigAdaptor
|
D | config.cc | 102 SetChannel(kPropertyDefaultChannel); in Config() 334 void Config::SetChannel(uint16_t channel) { in SetChannel() function in apmanager::Config 335 adaptor_->SetChannel(channel); in SetChannel()
|
D | fake_config_adaptor.h | 46 void SetChannel(uint16_t channel) override;
|
D | config.h | 73 void SetChannel(uint16_t channel);
|
/system/update_engine/ |
D | common_service_unittest.cc | 74 EXPECT_TRUE(common_service_.SetChannel(&error_, "stable-channel", true)); in TEST_F() 88 EXPECT_TRUE(common_service_.SetChannel(&error_, "beta-channel", true)); in TEST_F() 99 EXPECT_FALSE(common_service_.SetChannel(&error_, "foo-channel", true)); in TEST_F()
|
D | dbus_service.cc | 88 bool DBusUpdateEngineService::SetChannel(ErrorPtr* error, in SetChannel() function in chromeos_update_engine::DBusUpdateEngineService 91 return common_->SetChannel(error, in_target_channel, in_is_powerwash_allowed); in SetChannel()
|
D | binder_service_brillo.cc | 104 Status BinderUpdateEngineBrilloService::SetChannel( in SetChannel() function in chromeos_update_engine::BinderUpdateEngineBrilloService 106 return CallCommonHandler(&UpdateEngineService::SetChannel, in SetChannel()
|
D | common_service.h | 83 bool SetChannel(brillo::ErrorPtr* error,
|
D | dbus_service.h | 82 bool SetChannel(brillo::ErrorPtr* error,
|
D | binder_service_brillo.h | 67 android::binder::Status SetChannel(const android::String16& target_channel,
|
D | common_service.cc | 143 bool UpdateEngineService::SetChannel(ErrorPtr* error, in SetChannel() function in chromeos_update_engine::UpdateEngineService
|
/system/update_engine/binder_bindings/android/brillo/ |
D | IUpdateEngine.aidl | 29 void SetChannel(in String target_channel, in boolean powewash); in SetChannel() method
|
/system/connectivity/apmanager/dbus/ |
D | config_dbus_adaptor.cc | 150 void ConfigDBusAdaptor::SetChannel(uint16_t channel) { in SetChannel() function in apmanager::ConfigDBusAdaptor 151 ConfigAdaptor::SetChannel(channel); in SetChannel()
|
D | config_dbus_adaptor.h | 71 void SetChannel(uint16_t channel) override;
|
/system/update_engine/client_library/ |
D | client_binder.cc | 194 return service_->SetChannel(String16{in_target_channel.c_str()}, in SetTargetChannel()
|
D | client_dbus.cc | 213 return proxy_->SetChannel(in_target_channel, allow_powerwash, nullptr); in SetTargetChannel()
|