Searched refs:DeviceAdaptorInterface (Results 1 – 24 of 24) sorted by relevance
24 class DeviceAdaptorInterface {26 virtual ~DeviceAdaptorInterface() {} in ~DeviceAdaptorInterface()
30 std::unique_ptr<DeviceAdaptorInterface> MockControl::CreateDeviceAdaptor( in CreateDeviceAdaptor()32 return std::unique_ptr<DeviceAdaptorInterface>(CreateDeviceAdaptorRaw()); in CreateDeviceAdaptor()
40 MOCK_METHOD0(CreateDeviceAdaptorRaw, DeviceAdaptorInterface*());50 std::unique_ptr<DeviceAdaptorInterface> CreateDeviceAdaptor(
28 class FakeDeviceAdaptor : public DeviceAdaptorInterface {
49 virtual std::unique_ptr<DeviceAdaptorInterface> CreateDeviceAdaptor(
142 std::unique_ptr<DeviceAdaptorInterface> adaptor_;
98 std::unique_ptr<DeviceAdaptorInterface> DBusControl::CreateDeviceAdaptor( in CreateDeviceAdaptor()100 return std::unique_ptr<DeviceAdaptorInterface>( in CreateDeviceAdaptor()
31 public DeviceAdaptorInterface {
40 std::unique_ptr<DeviceAdaptorInterface> CreateDeviceAdaptor(
98 DeviceAdaptorInterface* BinderControl::CreateDeviceAdaptor(Device* device) { in CreateDeviceAdaptor()99 return CreateAdaptor<Device, DeviceAdaptorInterface, DeviceBinderAdaptor>( in CreateDeviceAdaptor()
41 DeviceAdaptorInterface* CreateDeviceAdaptor(Device* device) override;
56 public DeviceAdaptorInterface {
27 DeviceAdaptorInterface* MockControl::CreateDeviceAdaptor(Device* /*device*/) { in CreateDeviceAdaptor()
31 DeviceAdaptorInterface* NiceMockControl::CreateDeviceAdaptor( in CreateDeviceAdaptor()
32 class DeviceAdaptorInterface; variable
32 class DeviceAdaptorInterface {34 virtual ~DeviceAdaptorInterface() {} in ~DeviceAdaptorInterface()
30 class DeviceAdaptorInterface; variable96 virtual DeviceAdaptorInterface* CreateDeviceAdaptor(Device* device) = 0;
50 class DeviceAdaptorInterface; variable272 DeviceAdaptorInterface* adaptor() const { return adaptor_.get(); } in adaptor()672 friend class DeviceAdaptorInterface; variable847 std::unique_ptr<DeviceAdaptorInterface> adaptor_;
31 class DeviceMockAdaptor : public DeviceAdaptorInterface {
156 DeviceAdaptorInterface* ChromeosDBusControl::CreateDeviceAdaptor( in CreateDeviceAdaptor()159 CreateAdaptor<Device, DeviceAdaptorInterface, ChromeosDeviceDBusAdaptor>( in CreateDeviceAdaptor()
40 public DeviceAdaptorInterface {
40 DeviceAdaptorInterface* CreateDeviceAdaptor(Device* device) override;