Home
last modified time | relevance | path

Searched refs:SetPreferredApInterface (Results 1 – 9 of 9) sorted by relevance

/system/connectivity/apmanager/dbus/
Ddevice_dbus_adaptor.cc56 void DeviceDBusAdaptor::SetPreferredApInterface(const string& interface_name) { in SetPreferredApInterface() function in apmanager::DeviceDBusAdaptor
57 adaptor_.SetPreferredApInterface(interface_name); in SetPreferredApInterface()
Ddevice_dbus_adaptor.h43 void SetPreferredApInterface(const std::string& interface_name) override;
/system/connectivity/apmanager/
Dmanager_unittest.cc57 device0->SetPreferredApInterface(kTestInterface0); in TEST_F()
63 device1->SetPreferredApInterface(kTestInterface1); in TEST_F()
Ddevice_adaptor_interface.h30 virtual void SetPreferredApInterface(const std::string& interface_name) = 0;
Dfake_device_adaptor.cc33 void FakeDeviceAdaptor::SetPreferredApInterface( in SetPreferredApInterface() function in apmanager::FakeDeviceAdaptor
Dfake_device_adaptor.h35 void SetPreferredApInterface(const std::string& interface_name) override;
Ddevice.cc292 void Device::SetPreferredApInterface(const std::string& interface_name) { in SetPreferredApInterface() function in apmanager::Device
293 adaptor_->SetPreferredApInterface(interface_name); in SetPreferredApInterface()
389 SetPreferredApInterface(preferred_interface.iface_name); in UpdatePreferredAPInterface()
Ddevice.h100 void SetPreferredApInterface(const std::string& interface_name);
Dconfig_unittest.cc144 device_->SetPreferredApInterface(interface); in SetupDevice()
268 device->SetPreferredApInterface(kInterface); in TEST_F()