Home
last modified time | relevance | path

Searched defs:AdvInfo (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dsrp_advertising_proxy.hpp218 …struct AdvInfo : public Heap::Allocatable<AdvInfo>, public LinkedListEntry<AdvInfo>, public GetPro… struct in ot::Srp::AdvertisingProxy
220 struct CompletionChecker
226 struct ExpirationChecker
239 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 …]
Dsrp_advertising_proxy.cpp1344 AdvertisingProxy::AdvInfo::AdvInfo(Host &aHost, const Server::MessageMetadata &aMetadata, uint32_t … in AdvInfo() function in ot::Srp::AdvertisingProxy::AdvInfo