Home
last modified time | relevance | path

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

/system/connectivity/apmanager/dbus/
Ddevice_dbus_adaptor.cc68 bool DeviceDBusAdaptor::GetInUse() { in GetInUse() function in apmanager::DeviceDBusAdaptor
69 return adaptor_.GetInUse(); in GetInUse()
Ddevice_dbus_adaptor.h42 bool GetInUse() override;
/system/connectivity/apmanager/
Ddevice.cc137 if (GetInUse()) { in ClaimDevice()
157 if (!GetInUse()) { in ReleaseDevice()
304 bool Device::GetInUse() const { in GetInUse() function in apmanager::Device
305 return adaptor_->GetInUse(); in GetInUse()
Ddevice_adaptor_interface.h33 virtual bool GetInUse() = 0;
Dfake_device_adaptor.cc46 bool FakeDeviceAdaptor::GetInUse() { in GetInUse() function in apmanager::FakeDeviceAdaptor
Dfake_device_adaptor.h38 bool GetInUse() override;
Dmanager.cc77 if (!device->GetInUse() && !device->GetPreferredApInterface().empty()) { in GetAvailableDevice()
Ddevice.h103 bool GetInUse() const;
Dconfig.cc470 if (device_->GetInUse()) { in AppendInterface()