Home
last modified time | relevance | path

Searched refs:PPPDeviceFactory (Results 1 – 9 of 9) sorted by relevance

/system/connectivity/shill/
Dppp_device_factory.cc27 base::LazyInstance<PPPDeviceFactory> g_ppp_device_factory
32 PPPDeviceFactory::PPPDeviceFactory() {} in PPPDeviceFactory() function in shill::PPPDeviceFactory
33 PPPDeviceFactory::~PPPDeviceFactory() {} in ~PPPDeviceFactory()
35 PPPDeviceFactory* PPPDeviceFactory::GetInstance() { in GetInstance()
39 PPPDevice* PPPDeviceFactory::CreatePPPDevice( in CreatePPPDevice()
Dppp_device_factory.h32 class PPPDeviceFactory {
34 virtual ~PPPDeviceFactory();
37 static PPPDeviceFactory* GetInstance();
48 PPPDeviceFactory();
51 friend struct base::DefaultLazyInstanceTraits<PPPDeviceFactory>;
53 DISALLOW_COPY_AND_ASSIGN(PPPDeviceFactory);
Dmock_ppp_device_factory.h29 class MockPPPDeviceFactory : public PPPDeviceFactory {
/system/connectivity/shill/pppoe/
Dpppoe_service.h38 class PPPDeviceFactory; variable
87 PPPDeviceFactory* ppp_device_factory_;
Dpppoe_service.cc62 ppp_device_factory_(PPPDeviceFactory::GetInstance()), in PPPoEService()
/system/connectivity/shill/vpn/
Dl2tp_ipsec_driver.h42 class PPPDeviceFactory; variable
154 PPPDeviceFactory* ppp_device_factory_;
Dl2tp_ipsec_driver.cc133 ppp_device_factory_(PPPDeviceFactory::GetInstance()), in L2TPIPSecDriver()
/system/connectivity/shill/cellular/
Dcellular.h44 class PPPDeviceFactory; variable
546 PPPDeviceFactory* ppp_device_factory_;
Dcellular.cc118 ppp_device_factory_(PPPDeviceFactory::GetInstance()), in Cellular()