HomeSort by relevance Sort by last modified time
    Searched refs:PPPDevice (Results 1 - 12 of 12) sorted by null

  /system/connectivity/shill/
ppp_device_factory.cc 39 PPPDevice* PPPDeviceFactory::CreatePPPDevice(
46 return new PPPDevice(control, dispatcher, metrics, manager, link_name,
ppp_device_factory.h 30 class PPPDevice;
39 virtual PPPDevice* CreatePPPDevice(
mock_ppp_device.cc 27 : PPPDevice(control, dispatcher, metrics, manager, link_name,
ppp_device.h 44 class PPPDevice : public VirtualDevice {
46 PPPDevice(ControlInterface* control,
52 ~PPPDevice() override;
89 DISALLOW_COPY_AND_ASSIGN(PPPDevice);
ppp_device.cc 33 static string ObjectID(PPPDevice* p) { return p->link_name(); }
36 PPPDevice::PPPDevice(ControlInterface* control,
45 PPPDevice::~PPPDevice() {}
47 void PPPDevice::UpdateIPConfigFromPPP(const map<string, string>& configuration,
56 void PPPDevice::UpdateIPConfigFromPPPWithMTU(
69 bool PPPDevice::AcquireIPv6Config() {
75 string PPPDevice::GetInterfaceName(const map<string, string>& configuration) {
82 IPConfig::Properties PPPDevice::ParseIPConfiguration
    [all...]
mock_ppp_device_factory.h 37 PPPDevice* (ControlInterface* control,
refptr_types.h 36 class PPPDevice;
37 typedef scoped_refptr<const PPPDevice> PPPDeviceConstRefPtr;
38 typedef scoped_refptr<PPPDevice> PPPDeviceRefPtr;
ppp_device_unittest.cc 40 EXPECT_EQ("ppp0", PPPDevice::GetInterfaceName(config));
46 scoped_refptr<PPPDevice> device = new PPPDevice(&control, nullptr, &metrics,
mock_ppp_device.h 29 class MockPPPDevice : public PPPDevice {
  /system/connectivity/shill/pppoe/
pppoe_service.cc 142 // If no PPPDevice has been associated with this service then nothing will
226 const string interface_name = PPPDevice::GetInterfaceName(params);
  /system/connectivity/shill/vpn/
l2tp_ipsec_driver.cc 461 string interface_name = PPPDevice::GetInterfaceName(dict);
  /system/connectivity/shill/cellular/
cellular.cc     [all...]

Completed in 730 milliseconds