Lines Matching refs:unique_ptr
25 std::unique_ptr<ConfigAdaptorInterface> MockControl::CreateConfigAdaptor( in CreateConfigAdaptor()
27 return std::unique_ptr<ConfigAdaptorInterface>(CreateConfigAdaptorRaw()); in CreateConfigAdaptor()
30 std::unique_ptr<DeviceAdaptorInterface> MockControl::CreateDeviceAdaptor( in CreateDeviceAdaptor()
32 return std::unique_ptr<DeviceAdaptorInterface>(CreateDeviceAdaptorRaw()); in CreateDeviceAdaptor()
35 std::unique_ptr<ManagerAdaptorInterface> MockControl::CreateManagerAdaptor( in CreateManagerAdaptor()
37 return std::unique_ptr<ManagerAdaptorInterface>(CreateManagerAdaptorRaw()); in CreateManagerAdaptor()
40 std::unique_ptr<ServiceAdaptorInterface> MockControl::CreateServiceAdaptor( in CreateServiceAdaptor()
42 return std::unique_ptr<ServiceAdaptorInterface>(CreateServiceAdaptorRaw()); in CreateServiceAdaptor()
45 std::unique_ptr<FirewallProxyInterface> MockControl::CreateFirewallProxy( in CreateFirewallProxy()
48 return std::unique_ptr<FirewallProxyInterface>(CreateFirewallProxyRaw()); in CreateFirewallProxy()
51 std::unique_ptr<ShillProxyInterface> MockControl::CreateShillProxy( in CreateShillProxy()
54 return std::unique_ptr<ShillProxyInterface>(CreateShillProxyRaw()); in CreateShillProxy()