Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_advertising_proxy.cpp890 bool AdvertisingProxy::CompareAndUpdateService(Service &aService, Service &aExistingService) in CompareAndUpdateService() argument
894 UpdateKeyRegistrationStatus(aService, aExistingService); in CompareAndUpdateService()
898 replaced = CompareAndUpdate(aService, aExistingService); in CompareAndUpdateService()
902 if (aExistingService.IsDeleted()) in CompareAndUpdateService()
909 aExistingService.mIsReplaced = true; in CompareAndUpdateService()
912 if (aExistingService.mAdvId != kInvalidRequestId) in CompareAndUpdateService()
917 aExistingService.mAdvId = kInvalidRequestId; in CompareAndUpdateService()
919 UpdateAdvIdRangeOn(*aExistingService.mHost); in CompareAndUpdateService()
Dsrp_advertising_proxy.hpp268 bool CompareAndUpdateService(Service &aService, Service &aExistingService);