Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/net/
H A Dsrp_advertising_proxy.hpp232 …struct AdvInfo : public Heap::Allocatable<AdvInfo>, public LinkedListEntry<AdvInfo>, public GetPro… struct in ot::Srp::AdvertisingProxy
234 struct CompletionChecker
240 struct ExpirationChecker
253 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 …]
H A Dsrp_advertising_proxy.cpp1350 AdvertisingProxy::AdvInfo::AdvInfo(Host &aHost, const Server::MessageMetadata &aMetadata, uint32_t … in AdvInfo() function in ot::Srp::AdvertisingProxy::AdvInfo