Searched refs:mAdvInfoList (Results 1 – 2 of 2) sorted by relevance
88 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()
297 OwningList<AdvInfo> mAdvInfoList; member in ot::Srp::AdvertisingProxy