Searched refs:Modems (Results 1 – 2 of 2) sorted by relevance
62 typedef std::map<std::string, std::shared_ptr<Modem>> Modems; typedef105 Modems modems_; // Maps a modem |path| to a modem instance.
89 for (Modems::const_iterator it = modems_.begin(); it != modems_.end(); ++it) { in OnDeviceInfoAvailable()