Home
last modified time | relevance | path

Searched refs:kErrorNotCapable (Results 1 – 7 of 7) sorted by relevance

/external/openthread/src/core/crypto/
Dmbedtls.cpp157 error = kErrorNotCapable; in MapError()
/external/openthread/src/core/utils/
Dlink_metrics_manager.cpp277 return error == kErrorUnknownNeighbor || error == kErrorNotCapable; in Matches()
349 ExitNow(error = kErrorNotCapable); in UpdateState()
/external/openthread/src/core/common/
Derror.hpp80 constexpr Error kErrorNotCapable = OT_ERROR_NOT_CAPABLE; variable
/external/openthread/src/core/thread/
Dmle_router.cpp170 VerifyOrExit(!aEligible, error = kErrorNotCapable); in SetRouterEligible()
242 VerifyOrExit(IsRouterEligible(), error = kErrorNotCapable); in BecomeRouter()
281 VerifyOrExit(IsRouterEligible(), error = kErrorNotCapable); in BecomeLeader()
285 VerifyOrExit(mLeaderWeight > mLeaderData.GetWeighting(), error = kErrorNotCapable); in BecomeLeader()
Dlink_metrics.cpp394 VerifyOrExit(aNeighbor->GetVersion() >= kThreadVersion1p2, error = kErrorNotCapable); in FindNeighbor()
/external/openthread/src/core/net/
Ddns_types.cpp78 error = kErrorNotCapable; in ResponseCodeToError()
Dmdns.cpp3541 ExitNow(error = kErrorNotCapable); in Init()