Home
last modified time | relevance | path

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

/system/connectivity/shill/
Ddevice_info.cc650 indices_[link_name] = dev_index; in AddLinkMsgHandler()
705 map<string, int>::const_iterator it = indices_.find(interface_name); in GetIndex()
706 return it == indices_.end() ? -1 : it->second; in GetIndex()
1034 indices_.erase(iter->second.name); in RemoveInfo()
Ddevice_info.h307 std::map<std::string, int> indices_; // Maps interface name to index. variable