Searched defs:DeviceInfo (Results 1 - 6 of 6) sorted by last modified time

/system/connectivity/apmanager/
H A Ddevice_info.cc50 const char DeviceInfo::kDeviceInfoRoot[] = "/sys/class/net";
51 const char DeviceInfo::kInterfaceUevent[] = "uevent";
52 const char DeviceInfo::kInterfaceUeventWifiSignature[] = "DEVTYPE=wlan\n";
54 DeviceInfo::DeviceInfo(Manager* manager) function in class:apmanager::DeviceInfo
55 : link_callback_(Bind(&DeviceInfo::LinkMsgHandler, Unretained(this))),
63 DeviceInfo::~DeviceInfo() {}
65 void DeviceInfo::Start() {
90 void DeviceInfo
[all...]
H A Ddevice_info.h46 // DeviceInfo will enumerate WiFi devices (PHYs) during startup and on-demand
49 class DeviceInfo : public base::SupportsWeakPtr<DeviceInfo> { class in namespace:apmanager
51 explicit DeviceInfo(Manager* manager);
52 virtual ~DeviceInfo();
116 DISALLOW_COPY_AND_ASSIGN(DeviceInfo);
/system/connectivity/dhcp_client/
H A Ddevice_info.cc35 base::LazyInstance<dhcp_client::DeviceInfo> g_dhcp_device_info
42 DeviceInfo::DeviceInfo() function in class:dhcp_client::DeviceInfo
47 DeviceInfo::~DeviceInfo() {}
49 DeviceInfo* DeviceInfo::GetInstance() {
53 bool DeviceInfo::GetDeviceInfo(const std::string& interface_name,
H A Ddevice_info.h32 class DeviceInfo { class in namespace:dhcp_client
34 virtual ~DeviceInfo();
35 static DeviceInfo* GetInstance();
40 DeviceInfo();
47 friend struct base::DefaultLazyInstanceTraits<DeviceInfo>;
49 DISALLOW_COPY_AND_ASSIGN(DeviceInfo);
/system/connectivity/shill/
H A Ddevice_info.cc82 static string ObjectID(const DeviceInfo* d) { return "(device_info)"; }
86 const char DeviceInfo::kModemPseudoDeviceNamePrefix[] = "pseudomodem";
87 const char DeviceInfo::kEthernetPseudoDeviceNamePrefix[] = "pseudoethernet";
88 const char DeviceInfo::kIgnoredDeviceNamePrefix[] = "veth";
89 const char DeviceInfo::kDeviceInfoRoot[] = "/sys/class/net";
90 const char DeviceInfo::kDriverCdcEther[] = "cdc_ether";
91 const char DeviceInfo::kDriverCdcNcm[] = "cdc_ncm";
92 const char DeviceInfo::kDriverGdmWiMax[] = "gdm_wimax";
93 const char DeviceInfo::kDriverVirtioNet[] = "virtio_net";
94 const char DeviceInfo
111 DeviceInfo::DeviceInfo(ControlInterface* control_interface, function in class:shill::DeviceInfo
[all...]
H A Ddevice_info.h54 class DeviceInfo : public base::SupportsWeakPtr<DeviceInfo> { class in namespace:shill
77 DeviceInfo(ControlInterface* control_interface,
81 virtual ~DeviceInfo();
91 // Adds |device| to this DeviceInfo instance so that we can handle its link
95 // Remove |device| from this DeviceInfo. This function should only
337 DISALLOW_COPY_AND_ASSIGN(DeviceInfo);

Completed in 69 milliseconds