Searched refs:aExistingHost (Results 1 – 2 of 2) sorted by relevance
568 bool AdvertisingProxy::CompareAndUpdateHostAndServices(Host &aHost, Host &aExistingHost) in CompareAndUpdateHostAndServices() argument608 VerifyOrExit(&aHost != &aExistingHost); in CompareAndUpdateHostAndServices()610 replaced = CompareAndUpdateHost(aHost, aExistingHost); in CompareAndUpdateHostAndServices()617 Service *existingService = aExistingHost.mServices.FindMatching(service.GetInstanceName()); in CompareAndUpdateHostAndServices()800 bool AdvertisingProxy::CompareAndUpdateHost(Host &aHost, Host &aExistingHost) in CompareAndUpdateHost() argument804 UpdateKeyRegistrationStatus(aHost, aExistingHost); in CompareAndUpdateHost()808 replaced = CompareAndUpdate(aHost, aExistingHost); in CompareAndUpdateHost()814 if (aExistingHost.IsDeleted()) in CompareAndUpdateHost()822 for (Service &existingService : aExistingHost.mServices) in CompareAndUpdateHost()845 for (Service &existingService : aExistingHost.mServices) in CompareAndUpdateHost()[all …]
266 bool CompareAndUpdateHostAndServices(Host &aHost, Host &aExistingHost);267 bool CompareAndUpdateHost(Host &aHost, Host &aExistingHost);