Searched refs:_makers (Results 1 – 3 of 3) sorted by relevance
140 auto opsit = _makers.cbegin(); in updateInterfaces()149 opsit = std::lower_bound(opsit, _makers.cend(), ifaceit->first, in updateInterfaces()150 compareFirst(_makers.key_comp())); in updateInterfaces()152 if (opsit == _makers.cend() || opsit->first != ifaceit->first) in updateInterfaces()201 opsit = _makers.cbegin(); in updateInterfaces()401 const auto& maker = _makers.find(condition.interface); in restore()402 if (maker != _makers.end()) in restore()
22 const Manager::Makers Manager::_makers{
213 static const Makers _makers; member in phosphor::inventory::manager::Manager