Home
last modified time | relevance | path

Searched refs:IsCompleted (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dsrp_advertising_proxy.hpp238 bool IsCompleted(void) const;
239 bool Matches(const CompletionChecker &) const { return IsCompleted(); } in Matches()
Dsrp_advertising_proxy.cpp419 if (advPtr->IsCompleted()) in Advertise()
1190 if (adv.IsCompleted()) in HandleRegistered()
1318 if (adv.IsCompleted()) in SignalAdvCompleted()
1369 bool AdvertisingProxy::AdvInfo::IsCompleted(void) const in IsCompleted() function in ot::Srp::AdvertisingProxy::AdvInfo