Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle_tlvs.cpp90 int8_t ConnectivityTlv::GetParentPriority(void) const in GetParentPriority() function in ot::Mle::ConnectivityTlv
Dmle_tlvs.hpp712 int8_t GetParentPriority(void) const;
Dnetwork_diagnostic_tlvs.hpp263 aConnectivity.mParentPriority = GetParentPriority(); in GetConnectivity()
Dmle.cpp3009 rval = ThreeWayCompare(aConnectivityTlv.GetParentPriority(), mParentCandidate.mPriority); in IsBetterParent()
3119 parentinfo.mPriority = connectivityTlv.GetParentPriority(); in HandleParentResponse()
3234 mParentCandidate.mPriority = connectivityTlv.GetParentPriority(); in HandleParentResponse()