Searched defs:DeviceContext (Results 1 – 3 of 3) sorted by relevance
15 struct PrivetLocalPrinterLister::DeviceContext { struct in local_discovery::PrivetLocalPrinterLister17 DeviceContext() { in DeviceContext() argument20 ~DeviceContext() { in ~DeviceContext()23 scoped_ptr<PrivetHTTPResolution> privet_resolution;24 scoped_ptr<PrivetHTTPClient> privet_client;25 scoped_ptr<PrivetInfoOperation> info_operation;26 DeviceDescription description;28 bool has_local_printing;
67 struct DeviceContext { struct78 typedef std::map<std::string, linked_ptr<DeviceContext> > DeviceContextMap; argument
186 PrivetNotificationsListener::DeviceContext::DeviceContext() { in DeviceContext() function in local_discovery::PrivetNotificationsListener::DeviceContext