Home
last modified time | relevance | path

Searched refs:PPPDevice (Results 1 – 12 of 12) sorted by relevance

/system/connectivity/shill/
Dppp_device.cc33 static string ObjectID(PPPDevice* p) { return p->link_name(); } in ObjectID()
36 PPPDevice::PPPDevice(ControlInterface* control, in PPPDevice() function in shill::PPPDevice
45 PPPDevice::~PPPDevice() {} in ~PPPDevice()
47 void PPPDevice::UpdateIPConfigFromPPP(const map<string, string>& configuration, in UpdateIPConfigFromPPP()
56 void PPPDevice::UpdateIPConfigFromPPPWithMTU( in UpdateIPConfigFromPPPWithMTU()
69 bool PPPDevice::AcquireIPv6Config() { in AcquireIPv6Config()
75 string PPPDevice::GetInterfaceName(const map<string, string>& configuration) { in GetInterfaceName()
82 IPConfig::Properties PPPDevice::ParseIPConfiguration( in ParseIPConfiguration()
Dppp_device.h44 class PPPDevice : public VirtualDevice {
46 PPPDevice(ControlInterface* control,
52 ~PPPDevice() override;
89 DISALLOW_COPY_AND_ASSIGN(PPPDevice);
Dppp_device_unittest.cc40 EXPECT_EQ("ppp0", PPPDevice::GetInterfaceName(config)); in TEST()
46 scoped_refptr<PPPDevice> device = new PPPDevice(&control, nullptr, &metrics, in TEST()
Dppp_device_factory.cc39 PPPDevice* PPPDeviceFactory::CreatePPPDevice( in CreatePPPDevice()
46 return new PPPDevice(control, dispatcher, metrics, manager, link_name, in CreatePPPDevice()
Drefptr_types.h36 class PPPDevice; variable
37 typedef scoped_refptr<const PPPDevice> PPPDeviceConstRefPtr;
38 typedef scoped_refptr<PPPDevice> PPPDeviceRefPtr;
Dppp_device_factory.h30 class PPPDevice; variable
39 virtual PPPDevice* CreatePPPDevice(
Dmock_ppp_device.cc27 : PPPDevice(control, dispatcher, metrics, manager, link_name, in MockPPPDevice()
Dmock_ppp_device_factory.h37 PPPDevice* (ControlInterface* control,
Dmock_ppp_device.h29 class MockPPPDevice : public PPPDevice {
/system/connectivity/shill/pppoe/
Dpppoe_service.cc226 const string interface_name = PPPDevice::GetInterfaceName(params); in OnPPPConnected()
/system/connectivity/shill/vpn/
Dl2tp_ipsec_driver.cc461 string interface_name = PPPDevice::GetInterfaceName(dict); in Notify()
/system/connectivity/shill/cellular/
Dcellular.cc1109 string interface_name = PPPDevice::GetInterfaceName(params); in OnPPPConnected()