Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/thread/
Dnetwork_diagnostic_tlvs.cpp113 mChildRole = BigEndian::HostSwap16(aMleCounters.mChildRole); in Init()
132 aDiagMleCounters.mChildRole = BigEndian::HostSwap16(mChildRole); in Read()
Dnetwork_diagnostic_tlvs.hpp1131 uint16_t mChildRole; // Number of times device entered child role. member in ot::NetworkDiagnostic::MleCountersTlv
Dmle.cpp326 mCounters.mChildRole++; in SetRole()
/openthread-3.6.0/include/openthread/
Dnetdiag.h219 uint16_t mChildRole; ///< Number of times device entered child role. member
Dthread.h174 …uint16_t mChildRole; ///< Number of times device entered OT_DEVICE_ROLE_CHILD … member
/openthread-3.6.0/src/cli/
Dcli.cpp2226 {&otMleCounters::mChildRole, "Role Child"}, in Process()
8096 {&otNetworkDiagMleCounters::mChildRole, "ChildRole"}, in OutputNetworkDiagMleCounters()
/openthread-3.6.0/src/ncp/
Dncp_base_mtd.cpp2787 SuccessOrExit(error = mEncoder.WriteUint16(counters->mChildRole)); in HandlePropertyGet()