Home
last modified time | relevance | path

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

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