Home
last modified time | relevance | path

Searched refs:otThreadGetLocalLeaderWeight (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/tests/unit/
Dtest_mle.cpp81 VerifyOrQuit(otThreadGetLocalLeaderWeight(instance) == weight); in TestDefaultDeviceProperties()
167 VerifyOrQuit(otThreadGetLocalLeaderWeight(instance) == testCase.mExpectedLeaderWeight); in TestLeaderWeightCalculation()
/openthread-latest/include/openthread/
Dthread_ftd.h254 uint8_t otThreadGetLocalLeaderWeight(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp91 uint8_t otThreadGetLocalLeaderWeight(otInstance *aInstance) in otThreadGetLocalLeaderWeight() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp199 return mEncoder.WriteUint8(otThreadGetLocalLeaderWeight(mInstance)); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp3687 return ProcessGetSet(aArgs, otThreadGetLocalLeaderWeight, otThreadSetLocalLeaderWeight); in Process()