Home
last modified time | relevance | path

Searched refs:properties_it (Results 1 – 1 of 1) sorted by relevance

/system/connectivity/shill/cellular/
Dmodem.cc115 InterfaceToProperties::const_iterator properties_it = in CreateDeviceFromModemProperties() local
117 if (properties_it == properties.end()) { in CreateDeviceFromModemProperties()
124 if (GetLinkName(properties_it->second, &link_name_)) { in CreateDeviceFromModemProperties()
156 for (properties_it = properties.begin(); properties_it != properties.end(); in CreateDeviceFromModemProperties()
157 ++properties_it) { in CreateDeviceFromModemProperties()
159 properties_it->first, properties_it->second, vector<string>()); in CreateDeviceFromModemProperties()