Searched defs:AdvInfo (Results 1 – 2 of 2) sorted by relevance
232 …struct AdvInfo : public Heap::Allocatable<AdvInfo>, public LinkedListEntry<AdvInfo>, public GetPro… struct in ot::Srp::AdvertisingProxy234 struct CompletionChecker240 struct ExpirationChecker253 bool Matches(const CompletionChecker &) const { return IsCompleted(); } in Matches()254 …ol Matches(const ExpirationChecker &aChecker) const { return (mExpireTime <= aChecker.mNow); } in Matches()255 Instance &GetInstance(void) const { return mHost.GetInstance(); } in GetInstance()257 AdvInfo *mNext;258 AdvInfo *mBlockingAdv;259 Host &mHost;260 TimeMilli mExpireTime;[all …]
1350 AdvertisingProxy::AdvInfo::AdvInfo(Host &aHost, const Server::MessageMetadata &aMetadata, uint32_t … in AdvInfo() function in ot::Srp::AdvertisingProxy::AdvInfo