Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/thread/
Dnetwork_diagnostic_tlvs.cpp121 mPartitionIdChanges = HostSwap16(aMleCounters.mPartitionIdChanges); in Init()
140 aDiagMleCounters.mPartitionIdChanges = HostSwap16(mPartitionIdChanges); in Read()
Dnetwork_diagnostic_tlvs.hpp1138 uint16_t mPartitionIdChanges; // Number of changes to partition ID. member in ot::NetworkDiagnostic::MleCountersTlv
Dmle.cpp1036 mCounters.mPartitionIdChanges++; in SetLeaderData()
/openthread-3.5.0/include/openthread/
Dnetdiag.h223 uint16_t mPartitionIdChanges; ///< Number of changes to partition ID. member
Dthread.h178 uint16_t mPartitionIdChanges; ///< Number of changes to partition ID. member
/openthread-3.5.0/src/cli/
Dcli.cpp2221 {&otMleCounters::mPartitionIdChanges, "Partition Id Changes"}, in Process()
8298 {&otNetworkDiagMleCounters::mPartitionIdChanges, "PartitionIdChanges"}, in OutputNetworkDiagMleCounters()
/openthread-3.5.0/src/ncp/
Dncp_base_mtd.cpp2788 SuccessOrExit(error = mEncoder.WriteUint16(counters->mPartitionIdChanges)); in HandlePropertyGet()