Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dthread_netif.hpp79 bool IsUp(void) const { return mIsUp; } in IsUp() function in ot::ThreadNetif
Ddiscover_scanner.cpp69 VerifyOrExit(Get<ThreadNetif>().IsUp(), error = kErrorInvalidState); in Discover()
Dmle.cpp164 VerifyOrExit(Get<ThreadNetif>().IsUp(), error = kErrorInvalidState); in Start()
/openthread-latest/src/core/mac/
Dlink_raw.cpp86 VerifyOrExit(!Get<ThreadNetif>().IsUp(), error = kErrorInvalidState); in SetReceiveDone()
/openthread-latest/src/core/api/
Dlink_api.cpp352 VerifyOrExit(!instance.Get<ThreadNetif>().IsUp(), error = kErrorInvalidState); in otLinkSetPromiscuous()
366 VerifyOrExit(!instance.Get<ThreadNetif>().IsUp(), error = kErrorInvalidState); in otLinkSetEnabled()
Dip6_api.cpp64 bool otIp6IsEnabled(otInstance *aInstance) { return AsCoreType(aInstance).Get<ThreadNetif>().IsUp()… in otIp6IsEnabled()
/openthread-latest/src/core/meshcop/
Djoiner.cpp130 VerifyOrExit(Get<ThreadNetif>().IsUp() && Get<Mle::Mle>().GetRole() == Mle::kRoleDisabled, in Start()
/openthread-latest/src/core/diags/
Dfactory_diags.cpp485 VerifyOrExit(!Get<ThreadNetif>().IsUp(), error = kErrorInvalidState);