Lines Matching refs:find
91 auto owners = assocMaps.owners.find(sourcePath); in removeAssociation()
99 auto assocs = owners->second.find(owner); in removeAssociation()
129 auto assoc = assocMaps.ifaces.find(assocPath); in removeAssociationEndpoints()
139 auto e = std::find(endpointsInDBus.begin(), endpointsInDBus.end(), in removeAssociationEndpoints()
157 auto originalOwners = assocMaps.owners.find(sourcePath); in checkAssociationEndpointRemoves()
164 auto originalAssociations = originalOwners->second.find(owner); in checkAssociationEndpointRemoves()
179 auto newEndpoints = newAssociations.find(originalAssocPath); in checkAssociationEndpointRemoves()
193 if (std::find(newEndpoints->second.begin(), in checkAssociationEndpointRemoves()
221 if (std::find(endpoints.begin(), endpoints.end(), e) == endpoints.end()) in addEndpointsToAssocIfaces()
251 if (interfaceMap.find(objectPath) == interfaceMap.end()) in associationChanged()
280 auto a = assocMaps.owners.find(path); in associationChanged()
283 auto o = a->second.find(owner); in associationChanged()
309 auto p = assocMaps.pending.find(objectPath); in addPendingAssociation()
377 auto a = assocMaps.owners.find(ownerPath); in addSingleAssociation()
380 auto o = a->second.find(owner); in addSingleAssociation()
383 auto p = o->second.find(assocPath); in addSingleAssociation()
411 auto pending = assocMaps.pending.find(objectPath); in checkIfPendingAssociation()
417 if (interfaceMap.find(objectPath) == interfaceMap.end()) in checkIfPendingAssociation()
429 if (interfaceMap.find(std::get<reversePathPos>(e)) == in checkIfPendingAssociation()
490 if (std::find(endpoints.begin(), endpoints.end(), in findAssociations()
508 auto endpoint = std::find( in findAssociations()
549 auto assoc = assocMaps.ifaces.find(assocPath); in removeAssociationIfacesEntry()
553 auto e = std::find(endpoints.begin(), endpoints.end(), endpointPath); in removeAssociationIfacesEntry()
581 auto owners = sources->second.find(owner); in removeAssociationOwnersEntry()
584 auto entry = owners->second.find(assocPath); in removeAssociationOwnersEntry()
587 auto e = std::find(entry->second.begin(), entry->second.end(), in removeAssociationOwnersEntry()