Searched refs:HasPrimary (Results 1 – 6 of 6) sorted by relevance
65 VerifyOrExit(HasPrimary(), error = kErrorNotFound); in GetConfig()77 VerifyOrExit(HasPrimary(), error = kErrorNotFound); in GetServiceId()
158 bool HasPrimary(void) const { return mConfig.mServer16 != Mle::kInvalidRloc16; } in HasPrimary() function in ot::BackboneRouter::Leader
184 VerifyOrExit(!Get<BackboneRouter::Leader>().HasPrimary() || in AddService()
229 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()
440 VerifyOrExit(Get<BackboneRouter::Leader>().HasPrimary(), error = kErrorInvalidState); in PerformNextRegistration()
145 VerifyOrExit(Get<BackboneRouter::Leader>().HasPrimary(), error = kErrorDrop); in AnycastLookup()