Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dnetwork_diagnostic_tlvs.cpp117 mPartitionIdChanges = BigEndian::HostSwap16(aMleCounters.mPartitionIdChanges); in Init()
136 aDiagMleCounters.mPartitionIdChanges = BigEndian::HostSwap16(mPartitionIdChanges); in Read()
Dnetwork_diagnostic_tlvs.hpp1039 uint16_t mPartitionIdChanges; // Number of changes to partition ID. member in ot::NetworkDiagnostic::MleCountersTlv
Dmle.cpp1012 mCounters.mPartitionIdChanges++; in SetLeaderData()
/openthread-latest/include/openthread/
Dnetdiag.h160 uint16_t mPartitionIdChanges; ///< Number of changes to partition ID. member
Dthread.h177 uint16_t mPartitionIdChanges; ///< Number of changes to partition ID. member
/openthread-latest/src/cli/
Dcli.cpp2420 {&otMleCounters::mPartitionIdChanges, "Partition Id Changes"}, in Process()
7763 {&otNetworkDiagMleCounters::mPartitionIdChanges, "PartitionIdChanges"}, in OutputNetworkDiagMleCounters()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2890 SuccessOrExit(error = mEncoder.WriteUint16(counters->mPartitionIdChanges)); in HandlePropertyGet()