Home
last modified time | relevance | path

Searched refs:IsAttached (Results 1 – 18 of 18) sorted by relevance

/openthread-latest/src/core/utils/
Dlink_metrics_manager.cpp95 VerifyOrExit(mEnabled && Get<Mle::Mle>().IsAttached()); in Start()
186 if (Get<Mle::Mle>().IsAttached()) in HandleNotifierEvents()
199 if (Get<Mle::Mle>().IsAttached()) in HandleTimer()
Dmesh_diag.cpp67 VerifyOrExit(Get<Mle::Mle>().IsAttached(), error = kErrorInvalidState); in DiscoverTopology()
168 VerifyOrExit(Get<Mle::Mle>().IsAttached(), error = kErrorInvalidState); in SendQuery()
/openthread-latest/src/core/backbone_router/
Dbbr_local.cpp173 VerifyOrExit(mState != kStateDisabled && Get<Mle::Mle>().IsAttached()); in AddService()
244 VerifyOrExit(IsEnabled() && Get<Mle::MleRouter>().IsAttached()); in HandleBackboneRouterPrimaryUpdate()
/openthread-latest/src/core/thread/
Dnetwork_data_notifier.cpp77 VerifyOrExit(Get<Mle::MleRouter>().IsAttached() && !mWaitingForResponse); in SynchronizeServerData()
Ddua_manager.cpp309 VerifyOrExit(mle.IsAttached(), mDelay.mValue = 0); in HandleNotifierEvents()
428 VerifyOrExit(mle.IsAttached(), error = kErrorInvalidState); in PerformNextRegistration()
Dnetwork_data_publisher.cpp644 VerifyOrExit(Get<Mle::Mle>().IsAttached()); in Process()
938 VerifyOrExit(Get<Mle::Mle>().IsAttached()); in Process()
Dmle.cpp265 return IsAttached() ? Uptime::MsecToSec(Get<Uptime>().GetUptime()) - mLastAttachTime : 0; in GetCurrentAttachDuration()
308 if ((oldRole == kRoleDetached) && IsAttached()) in SetRole()
472 if (IsAttached()) in Store()
688 bool Mle::IsAttached(void) const { return (IsChild() || IsRouter() || IsLeader()); } in IsAttached() function in ot::Mle::Mle
852 if (IsAttached()) in SetDeviceMode()
1204 if (aEvents.Contains(kEventThreadKeySeqCounterChanged) || IsAttached()) in HandleNotifierEvents()
1825 VerifyOrExit(IsAttached()); in SendDataRequest()
2702 VerifyOrExit(IsAttached() && aNeighbor.IsStateValid()); in ReestablishLinkWithNeighbor()
2737 VerifyOrExit(IsAttached()); in HandleAdvertisement()
3123 parentinfo.mIsAttached = IsAttached(); in HandleParentResponse()
Dmle_router.cpp283 if (aCheckWeight && IsAttached()) in BecomeLeader()
801 VerifyOrExit(IsAttached()); in SendLinkAccept()
1165 VerifyOrExit(IsAttached() && IsRouterEligible()); in IsSingleton()
2089 VerifyOrExit(IsAttached(), error = kErrorInvalidState); in HandleChildIdRequest()
3171 VerifyOrExit(IsAttached()); in SendDataResponse()
Dmlr_manager.cpp219 VerifyOrExit(mle.IsAttached(), error = kErrorInvalidState); in SendMlr()
Drouter_table.cpp401 VerifyOrExit(Get<Mle::Mle>().IsAttached()); in GetNextHopAndPathCost()
Dmle.hpp217 bool IsAttached(void) const;
/openthread-latest/src/core/meshcop/
Ddataset_manager_ftd.cpp265 VerifyOrExit(Get<Mle::MleRouter>().IsAttached(), error = kErrorInvalidState); in GenerateLocal()
Dtcat_agent.cpp867 tas.mThreadNetworkActive = Get<Mle::Mle>().IsAttached(); in GetAdvertisementData()
Dborder_agent.cpp190 if (Get<Mle::MleRouter>().IsAttached()) in HandleNotifierEvents()
Dcommissioner.cpp268 VerifyOrExit(Get<Mle::MleRouter>().IsAttached(), error = kErrorInvalidState); in Start()
/openthread-latest/src/core/api/
Dthread_api.cpp325 VerifyOrExit(AsCoreType(aInstance).Get<Mle::MleRouter>().IsAttached(), error = kErrorDetached); in otThreadGetLeaderData()
/openthread-latest/src/core/net/
Dsrp_client.cpp558 if (Get<Mle::Mle>().IsAttached()) in HandleRoleChanged()
2240 VerifyOrExit(Get<Mle::Mle>().IsAttached()); in ApplyAutoStartGuardOnAttach()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp284 if (mIsEnabled && Get<Mle::MleRouter>().IsAttached() && mInfraIf.IsRunning()) in EvaluateState()