Home
last modified time | relevance | path

Searched refs:aExistingHost (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dsrp_advertising_proxy.cpp568 bool AdvertisingProxy::CompareAndUpdateHostAndServices(Host &aHost, Host &aExistingHost) in CompareAndUpdateHostAndServices() argument
608 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() argument
804 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 …]
Dsrp_advertising_proxy.hpp266 bool CompareAndUpdateHostAndServices(Host &aHost, Host &aExistingHost);
267 bool CompareAndUpdateHost(Host &aHost, Host &aExistingHost);