Searched defs:AdvInfo (Results 1 – 2 of 2) sorted by relevance
218 …struct AdvInfo : public Heap::Allocatable<AdvInfo>, public LinkedListEntry<AdvInfo>, public GetPro… struct in ot::Srp::AdvertisingProxy220 struct CompletionChecker226 struct ExpirationChecker239 bool Matches(const CompletionChecker &) const { return IsCompleted(); } in Matches()240 …ol Matches(const ExpirationChecker &aChecker) const { return (mExpireTime <= aChecker.mNow); } in Matches()241 Instance &GetInstance(void) const { return mHost.GetInstance(); } in GetInstance()243 AdvInfo *mNext;244 AdvInfo *mBlockingAdv;245 Host &mHost;246 TimeMilli mExpireTime;[all …]
1344 AdvertisingProxy::AdvInfo::AdvInfo(Host &aHost, const Server::MessageMetadata &aMetadata, uint32_t … in AdvInfo() function in ot::Srp::AdvertisingProxy::AdvInfo