Searched refs:otThreadSetLocalLeaderWeight (Results 1 – 5 of 5) sorted by relevance
267 void otThreadSetLocalLeaderWeight(otInstance *aInstance, uint8_t aWeight);
108 otThreadSetLocalLeaderWeight(GetOtInstance(), (borderRouterEnabled ? 64 : 32)); in SetConfiguration()
96 void otThreadSetLocalLeaderWeight(otInstance *aInstance, uint8_t aWeight) in otThreadSetLocalLeaderWeight() function
1115 otThreadSetLocalLeaderWeight(mInstance, weight); in HandlePropertySet()
3736 return ProcessGetSet(aArgs, otThreadGetLocalLeaderWeight, otThreadSetLocalLeaderWeight); in Process()