Lines Matching refs:unique_ptr
91 std::unique_ptr<ConfigAdaptorInterface> DBusControl::CreateConfigAdaptor( in CreateConfigAdaptor()
93 return std::unique_ptr<ConfigAdaptorInterface>( in CreateConfigAdaptor()
98 std::unique_ptr<DeviceAdaptorInterface> DBusControl::CreateDeviceAdaptor( in CreateDeviceAdaptor()
100 return std::unique_ptr<DeviceAdaptorInterface>( in CreateDeviceAdaptor()
104 std::unique_ptr<ManagerAdaptorInterface> DBusControl::CreateManagerAdaptor( in CreateManagerAdaptor()
106 return std::unique_ptr<ManagerAdaptorInterface>( in CreateManagerAdaptor()
110 std::unique_ptr<ServiceAdaptorInterface> DBusControl::CreateServiceAdaptor( in CreateServiceAdaptor()
112 return std::unique_ptr<ServiceAdaptorInterface>( in CreateServiceAdaptor()
116 std::unique_ptr<FirewallProxyInterface> DBusControl::CreateFirewallProxy( in CreateFirewallProxy()
120 return std::unique_ptr<FirewallProxyInterface>( in CreateFirewallProxy()
124 return std::unique_ptr<FirewallProxyInterface>( in CreateFirewallProxy()
130 std::unique_ptr<ShillProxyInterface> DBusControl::CreateShillProxy( in CreateShillProxy()
133 return std::unique_ptr<ShillProxyInterface>( in CreateShillProxy()