Lines Matching refs:owner

88                        const std::string& sourcePath, const std::string& owner,  in removeAssociation()  argument
110 auto assocs = owners->second.find(owner); in removeAssociation()
164 const std::string& owner, const AssociationPaths& newAssociations, in checkAssociationEndpointRemoves() argument
175 auto originalAssociations = originalOwners->second.find(owner); in checkAssociationEndpointRemoves()
243 const std::string& owner, const InterfaceMapType& interfaceMap, in associationChanged() argument
264 addPendingAssociation(objectPath, reverse, path, forward, owner, in associationChanged()
285 checkAssociationEndpointRemoves(io, path, owner, objects, objectServer, in associationChanged()
294 auto o = a->second.find(owner); in associationChanged()
301 a->second.emplace(owner, std::move(objects)); in associationChanged()
307 owners.emplace(owner, std::move(objects)); in associationChanged()
316 const std::string& owner, AssociationMaps& assocMaps) in addPendingAssociation() argument
324 ee.emplace_back(owner, std::move(assoc)); in addPendingAssociation()
334 [&assoc, &owner](const auto& endpoint) { in addPendingAssociation()
335 return (std::get<ownerPos>(endpoint) == owner) && in addPendingAssociation()
340 endpoints.emplace_back(owner, std::move(assoc)); in addPendingAssociation()
377 const std::string& owner, const std::string& ownerPath, in addSingleAssociation() argument
391 auto o = a->second.find(owner); in addSingleAssociation()
406 a->second.emplace(owner, std::move(objects)); in addSingleAssociation()
412 owners.emplace(owner, std::move(objects)); in addSingleAssociation()
454 const auto& owner = std::get<ownerPos>(*endpoint); in checkIfPendingAssociation() local
461 addSingleAssociation(io, server, assocPath, endpointPath, owner, in checkIfPendingAssociation()
467 addSingleAssociation(io, server, assocPath, endpointPath, owner, in checkIfPendingAssociation()
497 for (const auto& [owner, assocs] : owners) in findAssociations()
537 associationData.emplace_back(owner, association); in findAssociations()
587 const std::string& owner, AssociationMaps& assocMaps) in removeAssociationOwnersEntry() argument
592 auto owners = sources->second.find(owner); in removeAssociationOwnersEntry()
636 for (const auto& [owner, association] : associationData) in moveAssociationToPending()
644 reverseType, owner, assocMaps); in moveAssociationToPending()
654 reversePath, owner, assocMaps); in moveAssociationToPending()
656 forwardPath, owner, assocMaps); in moveAssociationToPending()