Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_advertising_proxy.cpp240 for (Service &advService : advHost.mServices) in AdvertiseRemovalOf()
244 service = aHost.FindService(advService.GetInstanceName()); in AdvertiseRemovalOf()
251 if (!advService.IsDeleted()) in AdvertiseRemovalOf()
253 UnregisterService(advService); in AdvertiseRemovalOf()
256 UnregisterKey(advService); in AdvertiseRemovalOf()
264 advService.mIsKeyRegistered = false; in AdvertiseRemovalOf()
268 advService.mAdvId = kInvalidRequestId; in AdvertiseRemovalOf()
269 advService.mKeyAdvId = kInvalidRequestId; in AdvertiseRemovalOf()
270 advService.mIsReplaced = true; in AdvertiseRemovalOf()
330 const Service *advService; in AdvertiseRemovalOf() local
[all …]