Searched refs:GetPreferredApInterface (Results 1 – 10 of 10) sorted by relevance
60 string DeviceDBusAdaptor::GetPreferredApInterface() { in GetPreferredApInterface() function in apmanager::DeviceDBusAdaptor61 return adaptor_.GetPreferredApInterface(); in GetPreferredApInterface()
44 std::string GetPreferredApInterface() override;
149 manager_->ClaimInterface(GetPreferredApInterface()); in ClaimDevice()150 claimed_interfaces_.insert(GetPreferredApInterface()); in ClaimDevice()296 string Device::GetPreferredApInterface() const { in GetPreferredApInterface() function in apmanager::Device297 return adaptor_->GetPreferredApInterface(); in GetPreferredApInterface()
31 virtual std::string GetPreferredApInterface() = 0;
38 std::string FakeDeviceAdaptor::GetPreferredApInterface() { in GetPreferredApInterface() function in apmanager::FakeDeviceAdaptor
36 std::string GetPreferredApInterface() override;
77 if (!device->GetInUse() && !device->GetPreferredApInterface().empty()) { in GetAvailableDevice()
101 std::string GetPreferredApInterface() const;
78 EXPECT_EQ(interface_name, device_->GetPreferredApInterface()); in VerifyPreferredApInterface()
483 selected_interface_ = device_->GetPreferredApInterface(); in AppendInterface()