Searched refs:GetPreferredApInterface (Results 1 - 10 of 10) sorted by relevance

/system/connectivity/apmanager/
H A Ddevice_adaptor_interface.h31 virtual std::string GetPreferredApInterface() = 0;
H A Dfake_device_adaptor.cc38 std::string FakeDeviceAdaptor::GetPreferredApInterface() { function in class:apmanager::FakeDeviceAdaptor
H A Dfake_device_adaptor.h36 std::string GetPreferredApInterface() override;
H A Ddevice.cc149 manager_->ClaimInterface(GetPreferredApInterface());
150 claimed_interfaces_.insert(GetPreferredApInterface());
296 string Device::GetPreferredApInterface() const { function in class:apmanager::Device
297 return adaptor_->GetPreferredApInterface();
H A Dmanager.cc77 if (!device->GetInUse() && !device->GetPreferredApInterface().empty()) {
H A Ddevice.h101 std::string GetPreferredApInterface() const;
H A Ddevice_unittest.cc78 EXPECT_EQ(interface_name, device_->GetPreferredApInterface());
H A Dconfig.cc483 selected_interface_ = device_->GetPreferredApInterface();
/system/connectivity/apmanager/dbus/
H A Ddevice_dbus_adaptor.cc60 string DeviceDBusAdaptor::GetPreferredApInterface() { function in class:apmanager::DeviceDBusAdaptor
61 return adaptor_.GetPreferredApInterface();
H A Ddevice_dbus_adaptor.h44 std::string GetPreferredApInterface() override;

Completed in 207 milliseconds