Home
last modified time | relevance | path

Searched refs:HasPrimary (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/backbone_router/
Dbbr_leader.cpp65 VerifyOrExit(HasPrimary(), error = kErrorNotFound); in GetConfig()
77 VerifyOrExit(HasPrimary(), error = kErrorNotFound); in GetServiceId()
Dbbr_leader.hpp158 bool HasPrimary(void) const { return mConfig.mServer16 != Mle::kInvalidRloc16; } in HasPrimary() function in ot::BackboneRouter::Leader
Dbbr_local.cpp184 VerifyOrExit(!Get<BackboneRouter::Leader>().HasPrimary() || in AddService()
/openthread-latest/src/core/thread/
Dmlr_manager.cpp229 VerifyOrExit(Get<BackboneRouter::Leader>().HasPrimary(), error = kErrorInvalidState); in SendMlr()
386 VerifyOrExit(Get<BackboneRouter::Leader>().HasPrimary(), error = kErrorInvalidState); in SendMlrMessage()
621 Get<BackboneRouter::Leader>().HasPrimary(); in UpdateReregistrationDelay()
Ddua_manager.cpp440 VerifyOrExit(Get<BackboneRouter::Leader>().HasPrimary(), error = kErrorInvalidState); in PerformNextRegistration()
Dnetwork_data_leader_ftd.cpp145 VerifyOrExit(Get<BackboneRouter::Leader>().HasPrimary(), error = kErrorDrop); in AnycastLookup()