Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Dnetwork_diagnostic_tlvs.hpp286 uint8_t GetLeaderCost(void) const { return mLeaderCost; } in GetLeaderCost() function in ot::NetworkDiagnostic::ConnectivityTlv
Dmle_tlvs.hpp872 uint8_t GetLeaderCost(void) const { return mLeaderCost; } in GetLeaderCost() function in ot::Mle::ConnectivityTlv
Dnetwork_diagnostic.cpp640 aNetworkDiagConnectivity.mLeaderCost = aConnectivityTlv.GetLeaderCost(); in ParseConnectivity()
Dmle.cpp3267 mParentLeaderCost = connectivity.GetLeaderCost(); in HandleParentResponse()