HomeSort by relevance Sort by last modified time
    Searched refs:DNSServerProxyFactory (Results 1 - 5 of 5) sorted by null

  /system/connectivity/shill/
dns_server_proxy_factory.cc 25 base::LazyInstance<DNSServerProxyFactory> g_dns_server_proxy_factory
30 DNSServerProxyFactory::DNSServerProxyFactory() {}
31 DNSServerProxyFactory::~DNSServerProxyFactory() {}
33 DNSServerProxyFactory* DNSServerProxyFactory::GetInstance() {
37 DNSServerProxy* DNSServerProxyFactory::CreateDNSServerProxy(
dns_server_proxy_factory.h 29 class DNSServerProxyFactory {
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);
mock_dns_server_proxy_factory.h 29 class MockDNSServerProxyFactory : public DNSServerProxyFactory {
connection.h 43 class DNSServerProxyFactory;
235 DNSServerProxyFactory* dns_server_proxy_factory_;
connection.cc 136 dns_server_proxy_factory_(DNSServerProxyFactory::GetInstance()),

Completed in 2101 milliseconds