Lines Matching refs:end
17 if (iface == assocMaps.ifaces.end()) in updateEndpointsOnDbus()
63 if (iface == assocMaps.ifaces.end()) in scheduleUpdateEndpointsOnDbus()
105 if (owners == assocMaps.owners.end()) in removeAssociation()
113 if (assocs == owners->second.end()) in removeAssociation()
143 if (assoc == assocMaps.ifaces.end()) in removeAssociationEndpoints()
152 auto e = std::find(endpointsInDBus.begin(), endpointsInDBus.end(), in removeAssociationEndpoints()
155 if (e != endpointsInDBus.end()) in removeAssociationEndpoints()
171 if (originalOwners == assocMaps.owners.end()) in checkAssociationEndpointRemoves()
178 if (originalAssociations == originalOwners->second.end()) in checkAssociationEndpointRemoves()
193 if (newEndpoints == newAssociations.end()) in checkAssociationEndpointRemoves()
207 newEndpoints->second.end(), originalEndpoint) == in checkAssociationEndpointRemoves()
208 newEndpoints->second.end()) in checkAssociationEndpointRemoves()
234 if (std::find(endpoints.begin(), endpoints.end(), e) == endpoints.end()) in addEndpointsToAssocIfaces()
294 if (a != assocMaps.owners.end()) in associationChanged()
297 if (o != a->second.end()) in associationChanged()
323 if (p == assocMaps.pending.end()) in addPendingAssociation()
335 std::find_if(endpoints.begin(), endpoints.end(), in addPendingAssociation()
340 if (e == endpoints.end()) in addPendingAssociation()
351 while (assoc != assocMaps.pending.end()) in removeFromPendingAssociations()
354 while (endpoint != assoc->second.end()) in removeFromPendingAssociations()
391 if (a != assocMaps.owners.end()) in addSingleAssociation()
394 if (o != a->second.end()) in addSingleAssociation()
397 if (p != o->second.end()) in addSingleAssociation()
425 if (pending == assocMaps.pending.end()) in checkIfPendingAssociation()
437 while (endpoint != pending->second.end()) in checkIfPendingAssociation()
502 if (std::find(endpoints.begin(), endpoints.end(), in findAssociations()
503 endpointPath) != endpoints.end()) in findAssociations()
517 assocs.begin(), assocs.end(), in findAssociations()
522 otherEndpoints.end(), otherPath); in findAssociations()
523 if (endpoint != otherEndpoints.end()) in findAssociations()
530 if (a != assocs.end()) in findAssociations()
563 if (assoc != assocMaps.ifaces.end()) in removeAssociationIfacesEntry()
566 auto e = std::find(endpoints.begin(), endpoints.end(), endpointPath); in removeAssociationIfacesEntry()
567 if (e != endpoints.end()) in removeAssociationIfacesEntry()
592 while (sources != assocMaps.owners.end()) in removeAssociationOwnersEntry()
595 if (owners != sources->second.end()) in removeAssociationOwnersEntry()
598 if (entry != owners->second.end()) in removeAssociationOwnersEntry()
600 auto e = std::find(entry->second.begin(), entry->second.end(), in removeAssociationOwnersEntry()
602 if (e != entry->second.end()) in removeAssociationOwnersEntry()