Home
last modified time | relevance | path

Searched refs:otThreadSetLocalLeaderWeight (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dthread_ftd.h267 void otThreadSetLocalLeaderWeight(otInstance *aInstance, uint8_t aWeight);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp96 void otThreadSetLocalLeaderWeight(otInstance *aInstance, uint8_t aWeight) in otThreadSetLocalLeaderWeight() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1100 otThreadSetLocalLeaderWeight(mInstance, weight); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp3687 return ProcessGetSet(aArgs, otThreadGetLocalLeaderWeight, otThreadSetLocalLeaderWeight); in Process()