Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle_tlvs.hpp613 aLeaderData.SetWeighting(mWeighting); in Get()
627 mWeighting = aLeaderData.GetWeighting(); in Set()
635 uint8_t mWeighting; member in ot::Mle::LeaderDataTlv
Dmle_types.hpp389 uint8_t GetWeighting(void) const { return mWeighting; } in GetWeighting()
396 void SetWeighting(uint8_t aWeighting) { mWeighting = aWeighting; } in SetWeighting()
/openthread-latest/include/openthread/
Dthread.h125 uint8_t mWeighting; ///< Leader Weight member
/openthread-latest/src/cli/
Dcli.cpp3608 OutputLine("Weighting: %u", leaderData.mWeighting); in Process()
7710 OutputLine(aIndentSize, "Weighting: %u", aLeaderData.mWeighting); in OutputLeaderData()