Home
last modified time | relevance | path

Searched refs:mBetterPartitionAttachAttempts (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_diagnostic_tlvs.cpp118mBetterPartitionAttachAttempts = BigEndian::HostSwap16(aMleCounters.mBetterPartitionAttachAttempts in Init()
137 …aDiagMleCounters.mBetterPartitionAttachAttempts = BigEndian::HostSwap16(mBetterPartitionAttachAtte… in Read()
Dnetwork_diagnostic_tlvs.hpp1040 uint16_t mBetterPartitionAttachAttempts; // Number of attempts to attach to a better partition. member in ot::NetworkDiagnostic::MleCountersTlv
Dmle.cpp618 mCounters.mBetterPartitionAttachAttempts++; in Attach()
/openthread-latest/include/openthread/
Dnetdiag.h161 … uint16_t mBetterPartitionAttachAttempts; ///< Number of attempts to attach to a better partition. member
Dthread.h178 … uint16_t mBetterPartitionAttachAttempts; ///< Number of attempts to attach to a better partition. member
/openthread-latest/src/cli/
Dcli.cpp2421 … {&otMleCounters::mBetterPartitionAttachAttempts, "Better Partition Attach Attempts"}, in Process()
7764 … {&otNetworkDiagMleCounters::mBetterPartitionAttachAttempts, "BetterPartitionAttachAttempts"}, in OutputNetworkDiagMleCounters()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2891 SuccessOrExit(error = mEncoder.WriteUint16(counters->mBetterPartitionAttachAttempts)); in HandlePropertyGet()