Home
last modified time | relevance | path

Searched refs:mLeaderCost (Results 1 – 6 of 6) sorted by relevance

/external/openthread/src/core/thread/
Dnetwork_diagnostic_tlvs.hpp286 uint8_t GetLeaderCost(void) const { return mLeaderCost; } in GetLeaderCost()
294 void SetLeaderCost(uint8_t aCost) { mLeaderCost = aCost; } in SetLeaderCost()
370 uint8_t mLeaderCost; member in ot::NetworkDiagnostic::ConnectivityTlv
Dmle_tlvs.hpp872 uint8_t GetLeaderCost(void) const { return mLeaderCost; } in GetLeaderCost()
880 void SetLeaderCost(uint8_t aCost) { mLeaderCost = aCost; } in SetLeaderCost()
956 uint8_t mLeaderCost; member in ot::Mle::ConnectivityTlv
Dnetwork_diagnostic.cpp640 aNetworkDiagConnectivity.mLeaderCost = aConnectivityTlv.GetLeaderCost(); in ParseConnectivity()
/external/openthread/include/openthread/
Dnetdiag.h118 uint8_t mLeaderCost; member
/external/ot-br-posix/src/rest/
Djson.cpp155 … cJSON_AddItemToObject(connectivity, "LeaderCost", cJSON_CreateNumber(aConnectivity.mLeaderCost)); in Connectivity2Json()
/external/openthread/src/cli/
Dcli.cpp5118 OutputLine(aIndentSize, "LeaderCost: %u", aConnectivity.mLeaderCost); in OutputConnectivity()