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

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

Completed in 27 milliseconds