Home
last modified time | relevance | path

Searched refs:IsUp (Results 1 – 8 of 8) sorted by relevance

/openthread-3.5.0/src/core/thread/
Dthread_netif.hpp83 bool IsUp(void) const { return mIsUp; } in IsUp() function in ot::ThreadNetif
Ddiscover_scanner.cpp76 VerifyOrExit(Get<ThreadNetif>().IsUp(), error = kErrorInvalidState); in Discover()
Dmle.cpp189 VerifyOrExit(Get<ThreadNetif>().IsUp(), error = kErrorInvalidState); in Start()
894 if (Get<ThreadNetif>().IsUp()) in SetMeshLocalPrefix()
910 VerifyOrExit(Get<ThreadNetif>().IsUp()); in SetMeshLocalPrefix()
/openthread-3.5.0/src/core/mac/
Dlink_raw.cpp92 VerifyOrExit(!Get<ThreadNetif>().IsUp(), error = kErrorInvalidState); in SetReceiveDone()
/openthread-3.5.0/src/core/api/
Dlink_api.cpp324 VerifyOrExit(!instance.Get<ThreadNetif>().IsUp(), error = kErrorInvalidState); in otLinkSetPromiscuous()
338 VerifyOrExit(!instance.Get<ThreadNetif>().IsUp(), error = kErrorInvalidState); in otLinkSetEnabled()
Dip6_api.cpp71 bool otIp6IsEnabled(otInstance *aInstance) { return AsCoreType(aInstance).Get<ThreadNetif>().IsUp()… in otIp6IsEnabled()
/openthread-3.5.0/src/core/meshcop/
Djoiner.cpp145 VerifyOrExit(Get<ThreadNetif>().IsUp() && Get<Mle::Mle>().GetRole() == Mle::kRoleDisabled, in Start()
/openthread-3.5.0/src/core/diags/
Dfactory_diags.cpp346 VerifyOrExit(!Get<ThreadNetif>().IsUp(), error = kErrorInvalidState);