Searched refs:GetDeviceInfoContents (Results 1 – 4 of 4) sorted by relevance
/system/connectivity/apmanager/ |
D | device_info.h | 81 bool GetDeviceInfoContents(const std::string& iface_name,
|
D | device_info.cc | 197 if (!GetDeviceInfoContents(iface_name, kInterfaceUevent, &contents)) { in IsWifiInterface() 210 bool DeviceInfo::GetDeviceInfoContents(const string& iface_name, in GetDeviceInfoContents() function in apmanager::DeviceInfo
|
/system/connectivity/shill/ |
D | device_info.cc | 246 bool DeviceInfo::GetDeviceInfoContents(const string& iface_name, in GetDeviceInfoContents() function in shill::DeviceInfo 264 if (GetDeviceInfoContents(iface_name, kInterfaceType, &type_string) && in GetDeviceTechnology() 271 if (!GetDeviceInfoContents(iface_name, kInterfaceUevent, &contents)) { in GetDeviceTechnology() 331 if (GetDeviceInfoContents(iface_name, kInterfaceTunFlags, &tun_flags_str) && in GetDeviceTechnology()
|
D | device_info.h | 248 bool GetDeviceInfoContents(const std::string& iface_name,
|