Searched refs:link_name_ (Results 1 - 7 of 7) sorted by relevance

/system/connectivity/shill/cellular/
H A Dmodem.cc84 if (pending_device_info_ && link_name_ == link_name) {
124 if (GetLinkName(properties_it->second, &link_name_)) {
143 link_name_ = base::StringPrintf(kFakeDevNameFormat, fake_dev_serial_++);
148 if (modem_info_->manager()->device_info()->IsDeviceBlackListed(link_name_)) {
150 << link_name_ << ".";
154 device_ = ConstructCellular(link_name_, mac_address, interface_index);
168 *interface_index = rtnl_handler_->GetInterfaceIndex(link_name_);
H A Dmodem.h130 std::string link_name_; member in class:shill::Modem
/system/connectivity/shill/wifi/
H A Dmac80211_monitor.h63 const std::string& link_name() const { return link_name_; }
125 const std::string link_name_; member in class:shill::Mac80211Monitor
H A Dmac80211_monitor.cc59 link_name_(link_name),
79 SLOG(this, 2) << __func__ << " on " << link_name_ << " (" << phy_name << ")";
92 SLOG(this, 2) << __func__ << " on " << link_name_ << " (" << phy_name_ << ")";
119 SLOG(this, 2) << __func__ << " on " << link_name_ << " (" << phy_name_ << ")";
H A Dmac80211_monitor_unittest.cc134 return mac80211_monitor_.link_name_;
/system/connectivity/shill/
H A Ddevice.cc154 link_name_(link_name),
204 store_.RegisterConstString(kInterfaceProperty, &link_name_);
209 store_.RegisterConstString(kNameProperty, &link_name_);
236 LOG(INFO) << "Device created: " << link_name_
241 LOG(INFO) << "Device destructed: " << link_name_
252 SLOG(this, 2) << "Device " << link_name_
333 LOG(INFO) << "Skip enabling IPv6 on " << link_name_
454 return link_name_;
572 ip6config_ = new IPConfig(control_interface_, link_name_);
577 << link_name_ << " i local
633 << link_name_ << " is unchanged."; local
1144 SLOG(this, 2) << __func__ << " on " << link_name_; local
[all...]
H A Ddevice.h236 const std::string& link_name() const { return link_name_; }
836 const std::string link_name_; member in class:shill::Device

Completed in 73 milliseconds