Home
last modified time | relevance | path

Searched refs:SetFullDeviceControl (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/apmanager/dbus/
Dconfig_dbus_adaptor.cc182 void ConfigDBusAdaptor::SetFullDeviceControl(bool full_control) { in SetFullDeviceControl() function in apmanager::ConfigDBusAdaptor
183 ConfigAdaptor::SetFullDeviceControl(full_control); in SetFullDeviceControl()
Dconfig_dbus_adaptor.h79 void SetFullDeviceControl(bool full_control) override;
/system/connectivity/apmanager/
Dconfig_adaptor_interface.h56 virtual void SetFullDeviceControl(bool full_control) = 0;
Dfake_config_adaptor.cc111 void FakeConfigAdaptor::SetFullDeviceControl(bool full_control) { in SetFullDeviceControl() function in apmanager::FakeConfigAdaptor
Dconfig.cc104 SetFullDeviceControl(true); in Config()
366 void Config::SetFullDeviceControl(bool full_control) { in SetFullDeviceControl() function in apmanager::Config
367 adaptor_->SetFullDeviceControl(full_control); in SetFullDeviceControl()
Dfake_config_adaptor.h54 void SetFullDeviceControl(bool full_control) override;
Dconfig.h81 void SetFullDeviceControl(bool full_control);