Searched defs:iface_name (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/apmanager/
H A Ddevice.h46 : iface_name(in_iface_name),
50 std::string iface_name; member in struct:apmanager::Device::WiFiInterface
55 return this->iface_name == other.iface_name &&
H A Ddevice_info.cc143 string iface_name(reinterpret_cast<const char*>(b.GetConstData()));
147 AddLinkMsgHandler(iface_name, dev_index);
149 DelLinkMsgHandler(iface_name, dev_index);
155 void DeviceInfo::AddLinkMsgHandler(const string& iface_name, int iface_index) { argument
157 if (!IsWifiInterface(iface_name)) {
158 LOG(INFO) << "Ignore link event for non-wifi interface: " << iface_name;
165 LOG(INFO) << "AddLinkMsgHandler: interface " << iface_name
172 wifi_interface.iface_name = iface_name;
180 void DeviceInfo::DelLinkMsgHandler(const string& iface_name, in argument
195 IsWifiInterface(const string& iface_name) argument
210 GetDeviceInfoContents(const string& iface_name, const string& path_name, string* contents_out) argument
[all...]
/system/connectivity/shill/
H A Ddevice_info.cc241 FilePath DeviceInfo::GetDeviceInfoPath(const string& iface_name, argument
243 return device_info_root_.Append(iface_name).Append(path_name);
246 bool DeviceInfo::GetDeviceInfoContents(const string& iface_name, argument
249 return base::ReadFileToString(GetDeviceInfoPath(iface_name, path_name),
253 bool DeviceInfo::GetDeviceInfoSymbolicLink(const string& iface_name, argument
256 return base::ReadSymbolicLink(GetDeviceInfoPath(iface_name, path_name),
261 const string& iface_name) {
264 if (GetDeviceInfoContents(iface_name, kInterfaceType, &type_string) &&
271 if (!GetDeviceInfoContents(iface_name, kInterfaceUevent, &contents)) {
273 __func__, iface_name
260 GetDeviceTechnology( const string& iface_name) argument
390 IsCdcEthernetModemDevice(const std::string& iface_name) argument
[all...]

Completed in 68 milliseconds