Searched refs:ifaceit (Results 1 – 1 of 1) sorted by relevance
/openbmc/phosphor-inventory-manager/ |
H A D | manager.cpp | 139 auto ifaceit = interfaces.cbegin(); in updateInterfaces() local 144 while (ifaceit != interfaces.cend()) in updateInterfaces() 149 opsit = std::lower_bound(opsit, _makers.cend(), ifaceit->first, in updateInterfaces() 152 if (opsit == _makers.cend() || opsit->first != ifaceit->first) in updateInterfaces() 156 ifaceit->first); in updateInterfaces() 171 refaceit, std::make_pair(ifaceit->first, in updateInterfaces() 174 signals.push_back(ifaceit->first); in updateInterfaces() 180 assign(ifaceit->second, refaceit->second, in updateInterfaces() 187 serialize(path, ifaceit->first, refaceit->second); in updateInterfaces() 194 deserialize(path, ifaceit->first, refaceit->second); in updateInterfaces() [all …]
|