Lines Matching full:first
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()
160 refaceit = std::lower_bound(refaceit, refaces.end(), ifaceit->first, in updateInterfaces()
163 if (refaceit == refaces.end() || refaceit->first != ifaceit->first) in updateInterfaces()
171 refaceit, std::make_pair(ifaceit->first, in updateInterfaces()
174 signals.push_back(ifaceit->first); in updateInterfaces()
187 serialize(path, ifaceit->first, refaceit->second); in updateInterfaces()
194 deserialize(path, ifaceit->first, refaceit->second); in updateInterfaces()
233 refit = std::lower_bound(refit, _refs.end(), objit->first, in updateObjects()
237 absPath.append(objit->first); in updateObjects()
240 if (refit == _refs.end() || refit->first != absPath) in updateObjects()
256 _associations.conditionMatch(objit->first, objit->second)) in updateObjects()
264 ref.first, _status != ManagerStatus::RUNNING); in updateObjects()
421 ref.first, _status != ManagerStatus::RUNNING); in restore()