Searched refs:GetInstance (Results 1 - 25 of 159) sorted by relevance

1234567

/system/connectivity/shill/shims/
H A Dc_ppp.cc34 PPP::GetInstance()->Init();
43 if (!PPP::GetInstance()->GetSecret(&user, &pass)) {
56 PPP::GetInstance()->OnAuthenticateStart();
60 PPP::GetInstance()->OnAuthenticateDone();
64 PPP::GetInstance()->OnConnect(ifname);
68 PPP::GetInstance()->OnDisconnect();
/system/connectivity/shill/
H A Dmock_dns_client_factory.cc29 MockDNSClientFactory* MockDNSClientFactory::GetInstance() { function in class:shill::MockDNSClientFactory
H A Dmock_icmp_session_factory.cc29 MockIcmpSessionFactory* MockIcmpSessionFactory::GetInstance() { function in class:shill::MockIcmpSessionFactory
H A Dmock_ppp_device_factory.cc31 MockPPPDeviceFactory* MockPPPDeviceFactory::GetInstance() { function in class:shill::MockPPPDeviceFactory
H A Ddns_server_proxy_factory.cc33 DNSServerProxyFactory* DNSServerProxyFactory::GetInstance() { function in class:shill::DNSServerProxyFactory
H A Dicmp_session_factory.cc29 IcmpSessionFactory* IcmpSessionFactory::GetInstance() { function in class:shill::IcmpSessionFactory
H A Dicmp_session_factory.h30 // This is a singleton. Use IcmpSessionFactory::GetInstance()->Foo().
31 static IcmpSessionFactory* GetInstance();
H A Dstore_factory.cc37 StoreFactory* StoreFactory::GetInstance() { function in class:shill::StoreFactory
H A Dstore_factory.h32 // This is a singleton. Use StoreFactory::GetInstance()->Foo().
33 static StoreFactory* GetInstance();
H A Dlogging.cc44 shill::ScopeLogger::GetInstance()->set_verbose_level(-level);
52 shill::ScopeLogger::GetInstance()->EnableScopesByName(log_scopes);
H A Ddns_server_proxy_factory.h33 // This is a singleton. Use DNSServerProxyFactory::GetInstance()->Foo().
34 static DNSServerProxyFactory* GetInstance();
H A Dmock_icmp_session_factory.h31 // This is a singleton. Use MockIcmpSessionFactory::GetInstance()->Foo().
32 static MockIcmpSessionFactory* GetInstance();
H A Dppp_device_factory.cc35 PPPDeviceFactory* PPPDeviceFactory::GetInstance() { function in class:shill::PPPDeviceFactory
/system/connectivity/shill/net/
H A Drtnl_listener_unittest.cc50 RTNLHandler::GetInstance()->listeners_.clear();
60 EXPECT_EQ(1, RTNLHandler::GetInstance()->listeners_.size());
65 EXPECT_EQ(0, RTNLHandler::GetInstance()->listeners_.size());
73 EXPECT_EQ(1, RTNLHandler::GetInstance()->listeners_.size());
78 EXPECT_EQ(0, RTNLHandler::GetInstance()->listeners_.size());
H A Drtnl_handler_unittest.cc82 RTNLHandler::GetInstance()->io_handler_factory_ = &io_handler_factory_;
83 RTNLHandler::GetInstance()->sockets_.reset(sockets_);
87 RTNLHandler::GetInstance()->Stop();
91 return RTNLHandler::GetInstance()->request_sequence_;
95 RTNLHandler::GetInstance()->request_sequence_ = sequence;
99 return RTNLHandler::GetInstance()->IsSequenceInErrorMaskWindow(sequence);
104 return RTNLHandler::GetInstance()->SetErrorMask(sequence, error_mask);
108 return RTNLHandler::GetInstance()->GetAndClearErrorMask(sequence);
145 RTNLHandler::GetInstance()->Start(0);
150 RTNLHandler::GetInstance()
[all...]
H A Dio_handler_factory_container.cc33 IOHandlerFactoryContainer* IOHandlerFactoryContainer::GetInstance() { function in class:shill::IOHandlerFactoryContainer
H A Dio_handler_factory_container.h35 // This is a singleton. Use IOHandlerFactoryContainer::GetInstance()->Foo().
36 static IOHandlerFactoryContainer* GetInstance();
/system/connectivity/apmanager/
H A Ddhcp_server_factory.cc31 DHCPServerFactory* DHCPServerFactory::GetInstance() { function in class:apmanager::DHCPServerFactory
H A Ddhcp_server_factory.h32 // This is a singleton. Use DHCPServerFactory::GetInstance()->Foo().
33 static DHCPServerFactory* GetInstance();
H A Dfile_writer.h31 // This is a singleton. Use FileWriter::GetInstance()->Foo().
32 static FileWriter* GetInstance();
H A Dprocess_factory.cc31 ProcessFactory* ProcessFactory::GetInstance() { function in class:apmanager::ProcessFactory
H A Dprocess_factory.h32 // This is a singleton. Use ProcessFactory::GetInstance()->Foo().
33 static ProcessFactory* GetInstance();
H A Devent_dispatcher.h30 // This is a singleton. Use EventDispatcher::GetInstance()->Foo().
31 static EventDispatcher* GetInstance();
H A Dfile_writer.cc33 FileWriter* FileWriter::GetInstance() { function in class:apmanager::FileWriter
/system/connectivity/shill/dbus/
H A Ddbus_service_watcher_factory.cc31 DBusServiceWatcherFactory* DBusServiceWatcherFactory::GetInstance() { function in class:shill::DBusServiceWatcherFactory

Completed in 502 milliseconds

1234567