Searched refs:PPPDevice (Results 1 – 12 of 12) sorted by relevance
/system/connectivity/shill/ |
D | ppp_device.cc | 33 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()
|
D | ppp_device.h | 44 class PPPDevice : public VirtualDevice { 46 PPPDevice(ControlInterface* control, 52 ~PPPDevice() override; 89 DISALLOW_COPY_AND_ASSIGN(PPPDevice);
|
D | ppp_device_unittest.cc | 40 EXPECT_EQ("ppp0", PPPDevice::GetInterfaceName(config)); in TEST() 46 scoped_refptr<PPPDevice> device = new PPPDevice(&control, nullptr, &metrics, in TEST()
|
D | ppp_device_factory.cc | 39 PPPDevice* PPPDeviceFactory::CreatePPPDevice( in CreatePPPDevice() 46 return new PPPDevice(control, dispatcher, metrics, manager, link_name, in CreatePPPDevice()
|
D | refptr_types.h | 36 class PPPDevice; variable 37 typedef scoped_refptr<const PPPDevice> PPPDeviceConstRefPtr; 38 typedef scoped_refptr<PPPDevice> PPPDeviceRefPtr;
|
D | ppp_device_factory.h | 30 class PPPDevice; variable 39 virtual PPPDevice* CreatePPPDevice(
|
D | mock_ppp_device.cc | 27 : PPPDevice(control, dispatcher, metrics, manager, link_name, in MockPPPDevice()
|
D | mock_ppp_device_factory.h | 37 PPPDevice* (ControlInterface* control,
|
D | mock_ppp_device.h | 29 class MockPPPDevice : public PPPDevice {
|
/system/connectivity/shill/pppoe/ |
D | pppoe_service.cc | 226 const string interface_name = PPPDevice::GetInterfaceName(params); in OnPPPConnected()
|
/system/connectivity/shill/vpn/ |
D | l2tp_ipsec_driver.cc | 461 string interface_name = PPPDevice::GetInterfaceName(dict); in Notify()
|
/system/connectivity/shill/cellular/ |
D | cellular.cc | 1109 string interface_name = PPPDevice::GetInterfaceName(params); in OnPPPConnected()
|