Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_advertising_proxy.cpp88 OwnedPtr<AdvInfo> advPtr = mAdvInfoList.Pop(); in Stop()
231 for (AdvInfo &adv : mAdvInfoList) in AdvertiseRemovalOf()
327 for (const AdvInfo &adv : mAdvInfoList) in AdvertiseRemovalOf()
377 mAdvInfoList.Push(*advPtr); in Advertise()
382 for (AdvInfo &adv : mAdvInfoList) in Advertise()
1181 for (AdvInfo &adv : mAdvInfoList) in HandleRegistered()
1255 mAdvInfoList.RemoveAllMatching(expiredList, AdvInfo::ExpirationChecker(nextTime.GetNow())); in HandleTimer()
1257 for (AdvInfo &adv : mAdvInfoList) in HandleTimer()
1284 mAdvInfoList.RemoveAllMatching(completedList, AdvInfo::CompletionChecker()); in HandleTasklet()
1312 for (AdvInfo &adv : mAdvInfoList) in SignalAdvCompleted()
Dsrp_advertising_proxy.hpp297 OwningList<AdvInfo> mAdvInfoList; member in ot::Srp::AdvertisingProxy