Searched refs:PPPDeviceFactory (Results 1 – 9 of 9) sorted by relevance
27 base::LazyInstance<PPPDeviceFactory> g_ppp_device_factory32 PPPDeviceFactory::PPPDeviceFactory() {} in PPPDeviceFactory() function in shill::PPPDeviceFactory33 PPPDeviceFactory::~PPPDeviceFactory() {} in ~PPPDeviceFactory()35 PPPDeviceFactory* PPPDeviceFactory::GetInstance() { in GetInstance()39 PPPDevice* PPPDeviceFactory::CreatePPPDevice( in CreatePPPDevice()
32 class PPPDeviceFactory {34 virtual ~PPPDeviceFactory();37 static PPPDeviceFactory* GetInstance();48 PPPDeviceFactory();51 friend struct base::DefaultLazyInstanceTraits<PPPDeviceFactory>;53 DISALLOW_COPY_AND_ASSIGN(PPPDeviceFactory);
29 class MockPPPDeviceFactory : public PPPDeviceFactory {
38 class PPPDeviceFactory; variable87 PPPDeviceFactory* ppp_device_factory_;
62 ppp_device_factory_(PPPDeviceFactory::GetInstance()), in PPPoEService()
42 class PPPDeviceFactory; variable154 PPPDeviceFactory* ppp_device_factory_;
133 ppp_device_factory_(PPPDeviceFactory::GetInstance()), in L2TPIPSecDriver()
44 class PPPDeviceFactory; variable546 PPPDeviceFactory* ppp_device_factory_;
118 ppp_device_factory_(PPPDeviceFactory::GetInstance()), in Cellular()