Searched refs:mBetterPartitionAttachAttempts (Results 1 – 7 of 7) sorted by relevance
118 …mBetterPartitionAttachAttempts = BigEndian::HostSwap16(aMleCounters.mBetterPartitionAttachAttempts… in Init()137 …aDiagMleCounters.mBetterPartitionAttachAttempts = BigEndian::HostSwap16(mBetterPartitionAttachAtte… in Read()
1040 uint16_t mBetterPartitionAttachAttempts; // Number of attempts to attach to a better partition. member in ot::NetworkDiagnostic::MleCountersTlv
618 mCounters.mBetterPartitionAttachAttempts++; in Attach()
161 … uint16_t mBetterPartitionAttachAttempts; ///< Number of attempts to attach to a better partition. member
178 … uint16_t mBetterPartitionAttachAttempts; ///< Number of attempts to attach to a better partition. member
2421 … {&otMleCounters::mBetterPartitionAttachAttempts, "Better Partition Attach Attempts"}, in Process()7764 … {&otNetworkDiagMleCounters::mBetterPartitionAttachAttempts, "BetterPartitionAttachAttempts"}, in OutputNetworkDiagMleCounters()
2891 SuccessOrExit(error = mEncoder.WriteUint16(counters->mBetterPartitionAttachAttempts)); in HandlePropertyGet()