Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_advertising_proxy.hpp254 template <typename Entry> bool IsKeyRegisteredOrRegistering(const Entry &aEntry) const;
Dsrp_advertising_proxy.cpp436 template <typename Entry> bool AdvertisingProxy::IsKeyRegisteredOrRegistering(const Entry &aEntry) … in IsKeyRegisteredOrRegistering() function in ot::Srp::AdvertisingProxy
451 if (!aUnregisterKey && !IsKeyRegisteredOrRegistering(aEntry)) in DecideToAdvertise()
643 VerifyOrExit(!IsKeyRegisteredOrRegistering(aEntry)); in UpdateKeyRegistrationStatus()