Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/thread/
Dmle_types.hpp380 uint8_t GetWeighting(void) const { return mWeighting; } in GetWeighting()
388 void SetWeighting(uint8_t aWeighting) { mWeighting = aWeighting; } in SetWeighting()
Dmle_tlvs.hpp674 aLeaderData.SetWeighting(mWeighting); in Get()
689 mWeighting = aLeaderData.GetWeighting(); in Set()
697 uint8_t mWeighting; member in ot::Mle::LeaderDataTlv
/openthread-3.5.0/include/openthread/
Dthread.h122 uint8_t mWeighting; ///< Leader Weight member
/openthread-3.5.0/src/cli/
Dcli.cpp3444 OutputLine("Weighting: %u", leaderData.mWeighting); in Process()
8245 OutputLine(aIndentSize, "Weighting: %u", aLeaderData.mWeighting); in OutputLeaderData()