Searched refs:SetInUse (Results 1 - 8 of 8) sorted by relevance

/system/connectivity/apmanager/
H A Ddevice_adaptor_interface.h32 virtual void SetInUse(bool in_use) = 0;
H A Dfake_device_adaptor.cc42 void FakeDeviceAdaptor::SetInUse(bool in_use) { function in class:apmanager::FakeDeviceAdaptor
H A Dfake_device_adaptor.h37 void SetInUse(bool in_use) override;
H A Dmanager_unittest.cc70 device0->SetInUse(true);
74 device1->SetInUse(true);
H A Ddevice.cc41 SetInUse(false);
152 SetInUse(true);
167 SetInUse(false);
300 void Device::SetInUse(bool in_use) { function in class:apmanager::Device
301 return adaptor_->SetInUse(in_use);
H A Ddevice.h102 void SetInUse(bool in_use);
/system/connectivity/apmanager/dbus/
H A Ddevice_dbus_adaptor.cc64 void DeviceDBusAdaptor::SetInUse(bool in_use) { function in class:apmanager::DeviceDBusAdaptor
65 adaptor_.SetInUse(in_use);
H A Ddevice_dbus_adaptor.h41 void SetInUse(bool in_use) override;

Completed in 62 milliseconds