Searched refs:GetInUse (Results 1 – 9 of 9) sorted by relevance
68 bool DeviceDBusAdaptor::GetInUse() { in GetInUse() function in apmanager::DeviceDBusAdaptor69 return adaptor_.GetInUse(); in GetInUse()
42 bool GetInUse() override;
137 if (GetInUse()) { in ClaimDevice()157 if (!GetInUse()) { in ReleaseDevice()304 bool Device::GetInUse() const { in GetInUse() function in apmanager::Device305 return adaptor_->GetInUse(); in GetInUse()
33 virtual bool GetInUse() = 0;
46 bool FakeDeviceAdaptor::GetInUse() { in GetInUse() function in apmanager::FakeDeviceAdaptor
38 bool GetInUse() override;
77 if (!device->GetInUse() && !device->GetPreferredApInterface().empty()) { in GetAvailableDevice()
103 bool GetInUse() const;
470 if (device_->GetInUse()) { in AppendInterface()