Home
last modified time | relevance | path

Searched refs:DeviceAdaptorInterface (Results 1 – 24 of 24) sorted by relevance

/system/connectivity/apmanager/
Ddevice_adaptor_interface.h24 class DeviceAdaptorInterface {
26 virtual ~DeviceAdaptorInterface() {} in ~DeviceAdaptorInterface()
Dmock_control.cc30 std::unique_ptr<DeviceAdaptorInterface> MockControl::CreateDeviceAdaptor( in CreateDeviceAdaptor()
32 return std::unique_ptr<DeviceAdaptorInterface>(CreateDeviceAdaptorRaw()); in CreateDeviceAdaptor()
Dmock_control.h40 MOCK_METHOD0(CreateDeviceAdaptorRaw, DeviceAdaptorInterface*());
50 std::unique_ptr<DeviceAdaptorInterface> CreateDeviceAdaptor(
Dfake_device_adaptor.h28 class FakeDeviceAdaptor : public DeviceAdaptorInterface {
Dcontrol_interface.h49 virtual std::unique_ptr<DeviceAdaptorInterface> CreateDeviceAdaptor(
Ddevice.h142 std::unique_ptr<DeviceAdaptorInterface> adaptor_;
/system/connectivity/apmanager/dbus/
Ddbus_control.cc98 std::unique_ptr<DeviceAdaptorInterface> DBusControl::CreateDeviceAdaptor( in CreateDeviceAdaptor()
100 return std::unique_ptr<DeviceAdaptorInterface>( in CreateDeviceAdaptor()
Ddevice_dbus_adaptor.h31 public DeviceAdaptorInterface {
Ddbus_control.h40 std::unique_ptr<DeviceAdaptorInterface> CreateDeviceAdaptor(
/system/connectivity/shill/binder/
Dbinder_control.cc98 DeviceAdaptorInterface* BinderControl::CreateDeviceAdaptor(Device* device) { in CreateDeviceAdaptor()
99 return CreateAdaptor<Device, DeviceAdaptorInterface, DeviceBinderAdaptor>( in CreateDeviceAdaptor()
Dbinder_control.h41 DeviceAdaptorInterface* CreateDeviceAdaptor(Device* device) override;
Ddevice_binder_adaptor.h56 public DeviceAdaptorInterface {
/system/connectivity/shill/
Dmock_control.cc27 DeviceAdaptorInterface* MockControl::CreateDeviceAdaptor(Device* /*device*/) { in CreateDeviceAdaptor()
Dnice_mock_control.cc31 DeviceAdaptorInterface* NiceMockControl::CreateDeviceAdaptor( in CreateDeviceAdaptor()
Ddevice_stub.h32 class DeviceAdaptorInterface; variable
Dadaptor_interfaces.h32 class DeviceAdaptorInterface {
34 virtual ~DeviceAdaptorInterface() {} in ~DeviceAdaptorInterface()
Dcontrol_interface.h30 class DeviceAdaptorInterface; variable
96 virtual DeviceAdaptorInterface* CreateDeviceAdaptor(Device* device) = 0;
Ddevice.h50 class DeviceAdaptorInterface; variable
272 DeviceAdaptorInterface* adaptor() const { return adaptor_.get(); } in adaptor()
672 friend class DeviceAdaptorInterface; variable
847 std::unique_ptr<DeviceAdaptorInterface> adaptor_;
Dnice_mock_control.h41 DeviceAdaptorInterface* CreateDeviceAdaptor(Device* device) override;
Dmock_control.h41 DeviceAdaptorInterface* CreateDeviceAdaptor(Device* device) override;
Dmock_adaptors.h31 class DeviceMockAdaptor : public DeviceAdaptorInterface {
/system/connectivity/shill/dbus/
Dchromeos_dbus_control.cc156 DeviceAdaptorInterface* ChromeosDBusControl::CreateDeviceAdaptor( in CreateDeviceAdaptor()
159 CreateAdaptor<Device, DeviceAdaptorInterface, ChromeosDeviceDBusAdaptor>( in CreateDeviceAdaptor()
Dchromeos_device_dbus_adaptor.h40 public DeviceAdaptorInterface {
Dchromeos_dbus_control.h40 DeviceAdaptorInterface* CreateDeviceAdaptor(Device* device) override;