Searched defs:DNSServerProxyFactory (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/
H A Ddns_server_proxy_factory.h29 class DNSServerProxyFactory { class in namespace:shill
31 virtual ~DNSServerProxyFactory();
33 // This is a singleton. Use DNSServerProxyFactory::GetInstance()->Foo().
34 static DNSServerProxyFactory* GetInstance();
40 DNSServerProxyFactory();
43 friend struct base::DefaultLazyInstanceTraits<DNSServerProxyFactory>;
45 DISALLOW_COPY_AND_ASSIGN(DNSServerProxyFactory);
H A Ddns_server_proxy_factory.cc25 base::LazyInstance<DNSServerProxyFactory> g_dns_server_proxy_factory
30 DNSServerProxyFactory::DNSServerProxyFactory() {} function in class:shill::DNSServerProxyFactory
31 DNSServerProxyFactory::~DNSServerProxyFactory() {}
33 DNSServerProxyFactory* DNSServerProxyFactory::GetInstance() {
37 DNSServerProxy* DNSServerProxyFactory::CreateDNSServerProxy(

Completed in 253 milliseconds